|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SynchronizationProviderCfgClient
A client-side interface for reading and modifying Synchronization Provider settings.
Synchronization Providers are responsible for handling synchronization of the Directory Server data with other OpenDS instances or other data repositories.
| Method Summary | |
|---|---|
ManagedObjectDefinition<? extends SynchronizationProviderCfgClient,? extends SynchronizationProviderCfg> |
definition()
Get the configuration definition associated with this Synchronization Provider. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
java.lang.Boolean |
isEnabled()
Gets the "enabled" property. |
void |
setEnabled(boolean value)
Sets the "enabled" property. |
void |
setJavaClass(java.lang.String value)
Sets the "java-class" property. |
| Methods inherited from interface org.opends.server.admin.ConfigurationClient |
|---|
commit, properties |
| Method Detail |
|---|
ManagedObjectDefinition<? extends SynchronizationProviderCfgClient,? extends SynchronizationProviderCfg> definition()
definition in interface ConfigurationClientjava.lang.Boolean isEnabled()
Indicates whether the Synchronization Provider is enabled for use.
void setEnabled(boolean value)
throws IllegalPropertyValueException
Indicates whether the Synchronization Provider is enabled for use.
value - The value of the "enabled" property.
IllegalPropertyValueException - If the new value is invalid.java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Synchronization Provider implementation.
void setJavaClass(java.lang.String value)
throws IllegalPropertyValueException
Specifies the fully-qualified name of the Java class that provides the Synchronization Provider implementation.
value - The value of the "java-class" property.
IllegalPropertyValueException - If the new value is invalid.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||