|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
interface supplied by daemons in order to be hosted by a daemon container
Method Summary | |
void |
destroy()
destruction method to be called via a daemon control interface method has to be implemented by a daemon in order to be shutdown if applicable |
DaemonConfig |
getDaemonConfig()
access method for obtaining the configuration interface of a daemon |
java.lang.String |
getDaemonInfo()
descriptive information to be supplied by a daemon |
void |
init()
initialization method to be called via a daemon control interface method has to be implemented by a daemon in order to be initialized if applicable |
boolean |
isActive()
activity state indication of a daemon method has to be implemented by a daemon for documenting its current activity state |
Method Detail |
public void init() throws DaemonException
DaemonException
- thrown by an implementing daemon if initialization failspublic void destroy()
public boolean isActive()
public java.lang.String getDaemonInfo()
public DaemonConfig getDaemonConfig()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |