|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.appsystem.services.SynergyNetService
synergynetframework.appsystem.services.tablecontrolclient.TableControlClientService
public class TableControlClientService
The Class TableControlClientService.
Constructor Summary | |
---|---|
TableControlClientService()
|
Method Summary | |
---|---|
boolean |
hasStarted()
Checks for started. |
void |
messageReceived(java.lang.Object obj)
Message received. |
void |
shutdown()
Shutdown. |
void |
start()
Start. |
void |
stop()
Stop. |
void |
tableDisconnected()
Table disconnected. |
void |
update()
Used to avoid threading issues. |
Methods inherited from class synergynetframework.appsystem.services.SynergyNetService |
---|
registerServiceMessageListener |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableControlClientService()
Method Detail |
---|
public boolean hasStarted()
SynergyNetService
hasStarted
in class SynergyNetService
public void messageReceived(java.lang.Object obj)
TableCommsApplicationListener
messageReceived
in interface TableCommsApplicationListener
obj
- the objpublic void shutdown()
SynergyNetService
shutdown
in class SynergyNetService
public void start() throws CouldNotStartServiceException
SynergyNetService
CouldNotStartServiceException
- the could not start service exceptionpublic void stop() throws ServiceNotRunningException
SynergyNetService
stop
in class SynergyNetService
ServiceNotRunningException
- the service not running exceptionpublic void tableDisconnected()
TableCommsApplicationListener
tableDisconnected
in interface TableCommsApplicationListener
public void update()
SynergyNetService
update
in class SynergyNetService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |