|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LDIFConnectionHandlerCfgClient
A client-side interface for reading and modifying 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 | |
---|---|
ManagedObjectDefinition<? extends LDIFConnectionHandlerCfgClient,? extends LDIFConnectionHandlerCfg> |
definition()
Get the configuration definition 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 |
setJavaClass(java.lang.String value)
Sets the "java-class" property. |
void |
setLDIFDirectory(java.lang.String value)
Sets the "ldif-directory" property. |
void |
setPollInterval(long value)
Sets the "poll-interval" property. |
Methods inherited from interface org.opends.server.admin.std.client.ConnectionHandlerCfgClient |
---|
getAllowedClient, getDeniedClient, isEnabled, setAllowedClient, setDeniedClient, setEnabled |
Methods inherited from interface org.opends.server.admin.ConfigurationClient |
---|
commit, properties |
Method Detail |
---|
ManagedObjectDefinition<? extends LDIFConnectionHandlerCfgClient,? extends LDIFConnectionHandlerCfg> definition()
definition
in interface ConfigurationClient
definition
in interface ConnectionHandlerCfgClient
java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the LDIF Connection Handler implementation.
getJavaClass
in interface ConnectionHandlerCfgClient
void setJavaClass(java.lang.String value) throws IllegalPropertyValueException
Specifies the fully-qualified name of the Java class that provides the LDIF Connection Handler implementation.
setJavaClass
in interface ConnectionHandlerCfgClient
value
- The value of the "java-class" property.
IllegalPropertyValueException
- If the new value is invalid.java.lang.String getLDIFDirectory()
Specifies the path to the directory in which the LDIF files should be placed.
void setLDIFDirectory(java.lang.String value) throws IllegalPropertyValueException
Specifies the path to the directory in which the LDIF files should be placed.
value
- The value of the "ldif-directory" property.
IllegalPropertyValueException
- If the new value is invalid.long getPollInterval()
Specifies how frequently the LDIF connection handler should check the LDIF directory to determine whether a new LDIF file has been added.
void setPollInterval(long value) throws IllegalPropertyValueException
Specifies how frequently the LDIF connection handler should check the LDIF directory to determine whether a new LDIF file has been added.
value
- The value of the "poll-interval" property.
IllegalPropertyValueException
- If the new value is invalid.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |