Package com.netscape.cmscore.ldap
Class PublishingConfig
- java.lang.Object
-
- com.netscape.cmscore.base.PropConfigStore
-
- com.netscape.cmscore.ldap.PublishingConfig
-
- All Implemented Interfaces:
IConfigStore
,java.lang.Cloneable
public class PublishingConfig extends PropConfigStore
-
-
Field Summary
-
Fields inherited from class com.netscape.cmscore.base.PropConfigStore
logger, mSource, mStoreName, PROP_SUBSTORES, storage
-
-
Constructor Summary
Constructors Constructor Description PublishingConfig()
PublishingConfig(ConfigStorage storage)
PublishingConfig(java.lang.String name, SimpleProperties source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getCreateOwnDNEntry()
PublishingMapperConfig
getMapperConfig()
PublishingPublisherConfig
getPublisherConfig()
PublishingRuleConfig
getRuleConfig()
-
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
-
PublishingConfig
public PublishingConfig()
-
PublishingConfig
public PublishingConfig(ConfigStorage storage)
-
PublishingConfig
public PublishingConfig(java.lang.String name, SimpleProperties source)
-
-
Method Detail
-
getCreateOwnDNEntry
public boolean getCreateOwnDNEntry() throws EBaseException
- Throws:
EBaseException
-
getPublisherConfig
public PublishingPublisherConfig getPublisherConfig()
-
getMapperConfig
public PublishingMapperConfig getMapperConfig()
-
getRuleConfig
public PublishingRuleConfig getRuleConfig()
-
-