|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConfigFileHandlerBackendCfgClient
A client-side interface for reading and modifying Config File Handler Backend settings.
The Config File Handler Backend allows clients to access the server configuration over protocol, and allow both read and write operations. Note: Modify DN operations are not supported for entries in the server configuration.
| Method Summary | |
|---|---|
ManagedObjectDefinition<? extends ConfigFileHandlerBackendCfgClient,? extends ConfigFileHandlerBackendCfg> |
definition()
Get the configuration definition associated with this Config File Handler Backend. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
BackendCfgDefn.WritabilityMode |
getWritabilityMode()
Gets the "writability-mode" property. |
void |
setJavaClass(java.lang.String value)
Sets the "java-class" property. |
void |
setWritabilityMode(BackendCfgDefn.WritabilityMode value)
Sets the "writability-mode" property. |
| Methods inherited from interface org.opends.server.admin.std.client.BackendCfgClient |
|---|
getBackendId, getBaseDN, isEnabled, setBackendId, setBaseDN, setEnabled |
| Methods inherited from interface org.opends.server.admin.ConfigurationClient |
|---|
commit, properties |
| Method Detail |
|---|
ManagedObjectDefinition<? extends ConfigFileHandlerBackendCfgClient,? extends ConfigFileHandlerBackendCfg> definition()
definition in interface BackendCfgClientdefinition in interface ConfigurationClientjava.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the backend implementation.
getJavaClass in interface BackendCfgClient
void setJavaClass(java.lang.String value)
throws IllegalPropertyValueException
Specifies the fully-qualified name of the Java class that provides the backend implementation.
setJavaClass in interface BackendCfgClientvalue - The value of the "java-class" property.
IllegalPropertyValueException - If the new value is invalid.BackendCfgDefn.WritabilityMode getWritabilityMode()
Specifies the behavior that the backend should use when processing write operations.
getWritabilityMode in interface BackendCfgClient
void setWritabilityMode(BackendCfgDefn.WritabilityMode value)
throws IllegalPropertyValueException
Specifies the behavior that the backend should use when processing write operations.
setWritabilityMode in interface BackendCfgClientvalue - The value of the "writability-mode" property.
IllegalPropertyValueException - If the new value is invalid.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||