|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jason.core.AbstractService | +--jason.core.SchedulableService | +--jason.core.service.UpdatableService
Created Fri Sep 06 22:09:41 2002
This is a service runned regularly, it tries to detect a service update or a new service from the domain door and the current srvice containers.
SchedulableService
,
Serialized FormField Summary | |
static ServiceType |
TYPE
|
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 | |
UpdatableService()
|
Method Summary | |
protected void |
notifyStartReady()
This method is called at the end of the start method |
Methods inherited from class jason.core.SchedulableService |
getStartingDay, getStartingHour, getStartingMinute, getStartingMonth, getStartingPeriod, init, notifyInitSchedulableReady, run, setStartingDay, setStartingHour, setStartingMinute, setStartingMonth, setStartingPeriod |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static ServiceType TYPE
Constructor Detail |
public UpdatableService()
Method Detail |
protected void notifyStartReady()
AbstractService
start
method
notifyStartReady
in class AbstractService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |