Package com.netscape.cmscore.apps
Class SubsystemConfig
- java.lang.Object
-
- com.netscape.cmscore.base.PropConfigStore
-
- com.netscape.cmscore.apps.SubsystemConfig
-
- All Implemented Interfaces:
IConfigStore
,java.lang.Cloneable
public class SubsystemConfig extends PropConfigStore
-
-
Field Summary
-
Fields inherited from class com.netscape.cmscore.base.PropConfigStore
logger, mSource, mStoreName, PROP_SUBSTORES, storage
-
-
Constructor Summary
Constructors Constructor Description SubsystemConfig(ConfigStorage storage)
SubsystemConfig(java.lang.String name, SimpleProperties source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getClassName()
java.lang.String
getID()
boolean
isEnabled()
void
setEnabled(boolean enabled)
-
Methods inherited from class com.netscape.cmscore.base.PropConfigStore
clear, clone, commit, get, getBigInteger, getBigInteger, getBoolean, getBoolean, getByteArray, getByteArray, getFullName, getInteger, getInteger, getName, getProperties, getPropertyNames, getSource, getStorage, getString, getString, getSubStore, getSubStore, getSubStoreNames, keys, load, load, makeSubStore, printProperties, put, putBigInteger, putBoolean, putByteArray, putInteger, putString, remove, removeSubStore, size, store
-
-
-
-
Constructor Detail
-
SubsystemConfig
public SubsystemConfig(ConfigStorage storage)
-
SubsystemConfig
public SubsystemConfig(java.lang.String name, SimpleProperties source)
-
-
Method Detail
-
getID
public java.lang.String getID() throws EBaseException
- Throws:
EBaseException
-
getClassName
public java.lang.String getClassName() throws EBaseException
- Throws:
EBaseException
-
isEnabled
public boolean isEnabled() throws EBaseException
- Throws:
EBaseException
-
setEnabled
public void setEnabled(boolean enabled) throws EBaseException
- Throws:
EBaseException
-
-