Package com.netscape.cmscore.apps
Class EngineConfig
java.lang.Object
com.netscape.cmscore.base.ConfigStore
com.netscape.cmscore.apps.EngineConfig
- All Implemented Interfaces:
Cloneable
-
Field Summary
Fields inherited from class com.netscape.cmscore.base.ConfigStore
logger, mSource, mStoreName, PROP_SUBSTORES, storage
-
Constructor Summary
ConstructorsConstructorDescriptionEngineConfig
(ConfigStorage storage) EngineConfig
(String name, SimpleProperties source) -
Method Summary
Modifier and TypeMethodDescriptionReturns authz.* parameters.Returns internaldb.* parameters.Returns jobsScheduler.* parameters.Returns log.* parameters.int
getState()
getType()
void
setHostname
(String hostname) void
setInstanceDir
(String instanceDir) void
setInstanceID
(String instanceID) void
setState
(int state) void
Methods inherited from class com.netscape.cmscore.base.ConfigStore
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, makeSubStore, printProperties, put, putBigInteger, putBoolean, putByteArray, putInteger, putString, remove, removeSubStore, size, store
-
Constructor Details
-
EngineConfig
public EngineConfig() -
EngineConfig
-
EngineConfig
-
-
Method Details
-
getHostname
-
setHostname
- Throws:
EBaseException
-
getInstanceID
- Throws:
EBaseException
-
setInstanceID
- Throws:
EBaseException
-
getInstanceDir
- Throws:
EBaseException
-
setInstanceDir
-
getType
- Throws:
EBaseException
-
setType
- Throws:
EBaseException
-
getState
- Throws:
EBaseException
-
setState
public void setState(int state) -
getInternalDBConfig
Returns internaldb.* parameters. -
getSubsystemsConfig
-
getAuthenticationConfig
-
getAuthorizationConfig
Returns authz.* parameters. -
getDatabaseConfig
-
getPreOpConfig
-
getSocketConfig
-
getUGSubsystemConfig
-
getPasswordStoreConfig
- Throws:
EBaseException
-
getJssSubsystemConfig
-
getJobsSchedulerConfig
Returns jobsScheduler.* parameters. -
getLoggingConfig
Returns log.* parameters.
-