|
NetKernel APIs |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for all NetKernel System Components, they are all IURRepresentations and implements IRepresentationBinaryStream.
Method Summary | |
void |
doPeriodicHouseKeeping()
perform some housekeeping work every house keeping period. |
URIdentifier |
getURI()
return our URI |
void |
start(Container aContainer)
starts the component |
void |
stop()
stops the component |
Methods inherited from interface com.ten60.netkernel.urii.IURRepresentation |
getAspect, getAspects, getMeta, hasAspect |
Methods inherited from interface com.ten60.netkernel.urii.aspect.IAspectBinaryStream |
getEncoding, write |
Method Detail |
public URIdentifier getURI()
public void doPeriodicHouseKeeping()
public void start(Container aContainer) throws NetKernelException
aContainer
- the container we will execute inside
NetKernelException
- thrown if we encounter any error during startuppublic void stop() throws NetKernelException
NetKernelException
- thrown if we encounter any error during startup
|
NetKernel APIs |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |