|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.appsystem.services.SynergyNetService
public abstract class SynergyNetService
The Class SynergyNetService.
Constructor Summary | |
---|---|
SynergyNetService()
|
Method Summary | |
---|---|
abstract boolean |
hasStarted()
Checks for started. |
void |
registerServiceMessageListener(ServiceMessageListener listener)
Services can publish messages. |
abstract void |
shutdown()
Shutdown. |
abstract void |
stop()
Stop. |
abstract void |
update()
Used to avoid threading issues. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SynergyNetService()
Method Detail |
---|
public abstract boolean hasStarted()
public void registerServiceMessageListener(ServiceMessageListener listener)
listener
- the listenerpublic abstract void shutdown()
public abstract void stop() throws ServiceNotRunningException
ServiceNotRunningException
- the service not running exceptionpublic abstract void update()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |