|
NetKernel APIs |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IComponent
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 |
|---|
URIdentifier getURI()
void doPeriodicHouseKeeping()
void start(Container aContainer)
throws NetKernelException
aContainer - the container we will execute inside
NetKernelException - thrown if we encounter any error during startup
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 | |||||||||