Package com.netscape.cmscore.apps
Class EngineConfig
- java.lang.Object
-
- com.netscape.cmscore.base.PropConfigStore
-
- com.netscape.cmscore.apps.EngineConfig
-
- All Implemented Interfaces:
IConfigStore
,java.lang.Cloneable
public class EngineConfig extends PropConfigStore
-
-
Field Summary
-
Fields inherited from class com.netscape.cmscore.base.PropConfigStore
logger, mSource, mStoreName, PROP_SUBSTORES, storage
-
-
Constructor Summary
Constructors Constructor Description EngineConfig(ConfigStorage storage)
EngineConfig(java.lang.String name, SimpleProperties source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationConfig
getAuthenticationConfig()
AuthorizationConfig
getAuthorizationConfig()
DatabaseConfig
getDatabaseConfig()
java.lang.String
getHostname()
java.lang.String
getInstanceDir()
java.lang.String
getInstanceID()
LDAPConfig
getInternalDBConfig()
PreOpConfig
getPreOpConfig()
int
getState()
SubsystemsConfig
getSubsystemsConfig()
java.lang.String
getType()
void
setHostname(java.lang.String hostname)
void
setInstanceDir(java.lang.String instanceDir)
void
setInstanceID(java.lang.String instanceID)
void
setState(int state)
void
setType(java.lang.String type)
-
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
-
EngineConfig
public EngineConfig(ConfigStorage storage)
-
EngineConfig
public EngineConfig(java.lang.String name, SimpleProperties source)
-
-
Method Detail
-
getHostname
public java.lang.String getHostname() throws EBaseException
- Throws:
EBaseException
-
setHostname
public void setHostname(java.lang.String hostname) throws EBaseException
- Throws:
EBaseException
-
getInstanceID
public java.lang.String getInstanceID() throws EBaseException
- Throws:
EBaseException
-
setInstanceID
public void setInstanceID(java.lang.String instanceID) throws EBaseException
- Throws:
EBaseException
-
getInstanceDir
public java.lang.String getInstanceDir() throws EBaseException
- Throws:
EBaseException
-
setInstanceDir
public void setInstanceDir(java.lang.String instanceDir)
-
getType
public java.lang.String getType() throws EBaseException
- Throws:
EBaseException
-
setType
public void setType(java.lang.String type) throws EBaseException
- Throws:
EBaseException
-
getState
public int getState() throws EBaseException
- Throws:
EBaseException
-
setState
public void setState(int state)
-
getInternalDBConfig
public LDAPConfig getInternalDBConfig()
-
getSubsystemsConfig
public SubsystemsConfig getSubsystemsConfig()
-
getAuthenticationConfig
public AuthenticationConfig getAuthenticationConfig()
-
getAuthorizationConfig
public AuthorizationConfig getAuthorizationConfig()
-
getDatabaseConfig
public DatabaseConfig getDatabaseConfig()
-
getPreOpConfig
public PreOpConfig getPreOpConfig()
-
-