public abstract class ASubsystem extends java.lang.Object implements ISubsystem
| Constructor and Description |
|---|
ASubsystem() |
| Modifier and Type | Method and Description |
|---|---|
IConfigStore |
getConfigStore()
Retrieves the configuration store.
|
java.lang.String |
getId()
Retrieves the subsystem identifier.
|
void |
init(ISubsystem parent,
IConfigStore cfg)
Initializes this subsystem.
|
void |
setId(java.lang.String id)
Sets the identifier of this subsystem.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshutdown, startuppublic void init(ISubsystem parent, IConfigStore cfg)
init in interface ISubsystemparent - parent subsystemcfg - configuration storepublic IConfigStore getConfigStore()
getConfigStore in interface ISubsystempublic void setId(java.lang.String id)
setId in interface ISubsystemid - subsystem identifierpublic java.lang.String getId()
getId in interface ISubsystem