|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jason.core.AbstractService | +--jason.core.service.NopService
Created Thu May 9 10:36:30 2002
This is a service for testing only, it does no operation
Field Summary |
Fields inherited from class jason.core.AbstractService |
INITIALIZED, name, NOSTATE, serviceContext, STARTED, STOPPED |
Fields inherited from interface jason.core.Service |
ERROR_MESSAGE, INFORMATION_MESSAGE, VERBOSE_MESSAGE, WARNING_MESSAGE |
Constructor Summary | |
NopService()
|
Method Summary | |
protected void |
notifyInitReady()
default behavior |
protected void |
notifyStartReady()
This method is called at the end of the start method |
protected void |
notifyStopReady()
This method is called at the end of the stop method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NopService()
Method Detail |
protected void notifyInitReady()
notifyInitReady
in class AbstractService
protected void notifyStartReady()
AbstractService
start
method
notifyStartReady
in class AbstractService
protected void notifyStopReady()
AbstractService
stop
method
notifyStopReady
in class AbstractService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |