org.opends.server.admin.std.client
Interface ErrorLogAccountStatusNotificationHandlerCfgClient

All Superinterfaces:
AccountStatusNotificationHandlerCfgClient, ConfigurationClient

public interface ErrorLogAccountStatusNotificationHandlerCfgClient
extends AccountStatusNotificationHandlerCfgClient

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

definition

ManagedObjectDefinition<? extends ErrorLogAccountStatusNotificationHandlerCfgClient,? extends ErrorLogAccountStatusNotificationHandlerCfg> definition()
Get the configuration definition associated with this Error Log Account Status Notification Handler.

Specified by:
definition in interface AccountStatusNotificationHandlerCfgClient
Specified by:
definition in interface ConfigurationClient
Returns:
Returns the configuration definition associated with this Error Log Account Status Notification Handler.

getAccountStatusNotificationType

java.util.SortedSet<ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType> getAccountStatusNotificationType()
Gets the "account-status-notification-type" property.

Indicates which types of event can trigger an account status notification.

Returns:
Returns the values of the "account-status-notification-type" property.

setAccountStatusNotificationType

void setAccountStatusNotificationType(java.util.Collection<ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType> values)
                                      throws IllegalPropertyValueException
Sets the "account-status-notification-type" property.

Indicates which types of event can trigger an account status notification.

Parameters:
values - The values of the "account-status-notification-type" property.
Throws:
IllegalPropertyValueException - If one or more of the new values are invalid.

getJavaClass

java.lang.String getJavaClass()
Gets the "java-class" property.

Specifies the fully-qualified name of the Java class that provides the Error Log Account Status Notification Handler implementation.

Specified by:
getJavaClass in interface AccountStatusNotificationHandlerCfgClient
Returns:
Returns the value of the "java-class" property.

setJavaClass

void setJavaClass(java.lang.String value)
                  throws IllegalPropertyValueException
Sets the "java-class" property.

Specifies the fully-qualified name of the Java class that provides the Error Log Account Status Notification Handler implementation.

Specified by:
setJavaClass in interface AccountStatusNotificationHandlerCfgClient
Parameters:
value - The value of the "java-class" property.
Throws:
IllegalPropertyValueException - If the new value is invalid.