|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LDIFBackendCfg
A server-side interface for querying LDIF Backend settings.
The LDIF Backend provides a mechanism for interacting with data stored in an LDIF file.
Method Summary | |
---|---|
void |
addLDIFChangeListener(ConfigurationChangeListener<LDIFBackendCfg> listener)
Register to be notified when this LDIF Backend is changed. |
java.lang.Class<? extends LDIFBackendCfg> |
configurationClass()
Gets the configuration class associated with this LDIF Backend. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
java.lang.String |
getLDIFFile()
Gets the "ldif-file" property. |
BackendCfgDefn.WritabilityMode |
getWritabilityMode()
Gets the "writability-mode" property. |
boolean |
isIsPrivateBackend()
Gets the "is-private-backend" property. |
void |
removeLDIFChangeListener(ConfigurationChangeListener<LDIFBackendCfg> listener)
Deregister an existing LDIF Backend configuration change listener. |
Methods inherited from interface org.opends.server.admin.std.server.BackendCfg |
---|
addChangeListener, getBackendId, getBaseDN, isEnabled, removeChangeListener |
Methods inherited from interface org.opends.server.admin.Configuration |
---|
dn |
Method Detail |
---|
java.lang.Class<? extends LDIFBackendCfg> configurationClass()
configurationClass
in interface BackendCfg
configurationClass
in interface Configuration
void addLDIFChangeListener(ConfigurationChangeListener<LDIFBackendCfg> listener)
listener
- The LDIF Backend configuration change listener.void removeLDIFChangeListener(ConfigurationChangeListener<LDIFBackendCfg> listener)
listener
- The LDIF Backend configuration change listener.boolean isIsPrivateBackend()
Indicates whether the backend should be considered a private backend, which indicates that it is used for storing operational data rather than user-defined information.
java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the backend implementation.
getJavaClass
in interface BackendCfg
java.lang.String getLDIFFile()
Specifies the path to the LDIF file containing the data for this backend.
BackendCfgDefn.WritabilityMode getWritabilityMode()
Specifies the behavior that the backend should use when processing write operations.
getWritabilityMode
in interface BackendCfg
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |