public class ServerInterfaceEngine extends AbstractGenericEngine implements REpiceaShowableUI
finalTask, logger, queue, tasksDone| Modifier and Type | Method and Description |
|---|---|
protected void |
connect() |
protected void |
disconnect() |
protected void |
firstTasksToDo()
This method sets the first tasks to execute when the engine starts.
|
protected SocketWrapper |
getSocket() |
ServerDialog |
getUI()
This method returns the GUI interface of the class that implements this interface.
|
boolean |
isVisible()
This method returns true if the GUI is visible.
|
static void |
main(java.lang.String[] args) |
void |
requestShutdown()
This method requests the Engine to shut down.
|
protected void |
setCommunicationPort(int port) |
void |
showUI()
This method shows the GUI interface of the class that implements this interface.
|
addTask, addTasks, cancelRunningTask, decideWhatToDoInCaseOfFailure, getSettingMemory, lockEngine, lockEngine, setSettingMemory, shutdown, startApplication, unlockEnginepublic ServerDialog getUI()
REpiceaUIObjectgetUI in interface REpiceaUIObjectpublic void showUI()
REpiceaShowableUIshowUI in interface REpiceaShowableUIprotected void firstTasksToDo()
AbstractGenericEnginefirstTasksToDo in class AbstractGenericEngineprotected void connect()
throws java.io.IOException
java.io.IOExceptionprotected void setCommunicationPort(int port)
protected void disconnect()
throws java.io.IOException
java.io.IOExceptionprotected SocketWrapper getSocket()
public boolean isVisible()
REpiceaUIObjectisVisible in interface REpiceaUIObjectpublic void requestShutdown()
AbstractGenericEnginerequestShutdown in class AbstractGenericEnginepublic static void main(java.lang.String[] args)