|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.netscape.certsrv.base.ASubsystem
public abstract class ASubsystem
This class represents a basic subsystem. Each basic subsystem is named with an identifier and has a configuration store.
Constructor Summary | |
---|---|
ASubsystem()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.netscape.certsrv.base.ISubsystem |
---|
shutdown, startup |
Constructor Detail |
---|
public ASubsystem()
Method Detail |
---|
public void init(ISubsystem parent, IConfigStore cfg)
init
in interface ISubsystem
parent
- parent subsystemcfg
- configuration storepublic IConfigStore getConfigStore()
getConfigStore
in interface ISubsystem
public void setId(java.lang.String id)
setId
in interface ISubsystem
id
- subsystem identifierpublic java.lang.String getId()
getId
in interface ISubsystem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |