|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISubsystem
An interface represents a CMS subsystem. CMS is made up of a list subsystems. Each subsystem is responsible for a set of speciailized functions.
| Method Summary | |
|---|---|
IConfigStore |
getConfigStore()
Returns the root configuration storage of this system. |
java.lang.String |
getId()
Retrieves the name of this subsystem. |
void |
init(ISubsystem owner,
IConfigStore config)
Initializes this subsystem with the given configuration store. |
void |
setId(java.lang.String id)
Sets specific to this subsystem. |
void |
shutdown()
Stops this system. |
void |
startup()
Notifies this subsystem if owner is in running mode. |
| Method Detail |
|---|
java.lang.String getId()
void setId(java.lang.String id)
throws EBaseException
id - subsystem identifier
EBaseException - failed to set id
void init(ISubsystem owner,
IConfigStore config)
throws EBaseException
owner - owner of this subsystemconfig - configuration store
EBaseException - failed to initialize
void startup()
throws EBaseException
EBaseException - failed to start upvoid shutdown()
IConfigStore getConfigStore()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||