|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ErrorLogAccountStatusNotificationHandlerCfgClient
A client-side interface for reading and modifying Error Log Account Status Notification Handler settings.
The Error Log Account Status Notification Handler is a notification handler that writes information to the server error log whenever an appropriate account status event occurs.
| Method Summary | |
|---|---|
ManagedObjectDefinition<? extends ErrorLogAccountStatusNotificationHandlerCfgClient,? extends ErrorLogAccountStatusNotificationHandlerCfg> |
definition()
Get the configuration definition associated with this Error Log Account Status Notification Handler. |
java.util.SortedSet<ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType> |
getAccountStatusNotificationType()
Gets the "account-status-notification-type" property. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
void |
setAccountStatusNotificationType(java.util.Collection<ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType> values)
Sets the "account-status-notification-type" property. |
void |
setJavaClass(java.lang.String value)
Sets the "java-class" property. |
| Methods inherited from interface org.opends.server.admin.std.client.AccountStatusNotificationHandlerCfgClient |
|---|
isEnabled, setEnabled |
| Methods inherited from interface org.opends.server.admin.ConfigurationClient |
|---|
commit, properties |
| Method Detail |
|---|
ManagedObjectDefinition<? extends ErrorLogAccountStatusNotificationHandlerCfgClient,? extends ErrorLogAccountStatusNotificationHandlerCfg> definition()
definition in interface AccountStatusNotificationHandlerCfgClientdefinition in interface ConfigurationClientjava.util.SortedSet<ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType> getAccountStatusNotificationType()
Indicates which types of event can trigger an account status notification.
void setAccountStatusNotificationType(java.util.Collection<ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType> values)
throws IllegalPropertyValueException
Indicates which types of event can trigger an account status notification.
values - The values of the "account-status-notification-type" property.
IllegalPropertyValueException - If one or more of the new values are invalid.java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Error Log Account Status Notification Handler implementation.
getJavaClass in interface AccountStatusNotificationHandlerCfgClient
void setJavaClass(java.lang.String value)
throws IllegalPropertyValueException
Specifies the fully-qualified name of the Java class that provides the Error Log Account Status Notification Handler implementation.
setJavaClass in interface AccountStatusNotificationHandlerCfgClientvalue - 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 | ||||||||