|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LDIFConnectionHandlerCfg
A server-side interface for querying LDIF Connection Handler settings.
The LDIF Connection Handler is used to process changes in the server using internal operations, where the changes to process are read from an LDIF file.
Method Summary | |
---|---|
void |
addLDIFChangeListener(ConfigurationChangeListener<LDIFConnectionHandlerCfg> listener)
Register to be notified when this LDIF Connection Handler is changed. |
java.lang.Class<? extends LDIFConnectionHandlerCfg> |
configurationClass()
Gets the configuration class associated with this LDIF Connection Handler. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
java.lang.String |
getLDIFDirectory()
Gets the "ldif-directory" property. |
long |
getPollInterval()
Gets the "poll-interval" property. |
void |
removeLDIFChangeListener(ConfigurationChangeListener<LDIFConnectionHandlerCfg> listener)
Deregister an existing LDIF Connection Handler configuration change listener. |
Methods inherited from interface org.opends.server.admin.std.server.ConnectionHandlerCfg |
---|
addChangeListener, getAllowedClient, getDeniedClient, isEnabled, removeChangeListener |
Methods inherited from interface org.opends.server.admin.Configuration |
---|
dn |
Method Detail |
---|
java.lang.Class<? extends LDIFConnectionHandlerCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface ConnectionHandlerCfg
void addLDIFChangeListener(ConfigurationChangeListener<LDIFConnectionHandlerCfg> listener)
listener
- The LDIF Connection Handler configuration change listener.void removeLDIFChangeListener(ConfigurationChangeListener<LDIFConnectionHandlerCfg> listener)
listener
- The LDIF Connection Handler configuration change listener.java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the LDIF Connection Handler implementation.
getJavaClass
in interface ConnectionHandlerCfg
java.lang.String getLDIFDirectory()
Specifies the path to the directory in which the LDIF files should be placed.
long getPollInterval()
Specifies how frequently the LDIF connection handler should check the LDIF directory to determine whether a new LDIF file has been added.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |