org.opends.server.admin.std.server
Interface ErrorLogAccountStatusNotificationHandlerCfg

All Superinterfaces:
AccountStatusNotificationHandlerCfg, Configuration

public interface ErrorLogAccountStatusNotificationHandlerCfg
extends AccountStatusNotificationHandlerCfg

A server-side interface for querying 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
 void addErrorLogChangeListener(ConfigurationChangeListener<ErrorLogAccountStatusNotificationHandlerCfg> listener)
          Register to be notified when this Error Log Account Status Notification Handler is changed.
 java.lang.Class<? extends ErrorLogAccountStatusNotificationHandlerCfg> configurationClass()
          Gets the configuration class 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 removeErrorLogChangeListener(ConfigurationChangeListener<ErrorLogAccountStatusNotificationHandlerCfg> listener)
          Deregister an existing Error Log Account Status Notification Handler configuration change listener.
 
Methods inherited from interface org.opends.server.admin.std.server.AccountStatusNotificationHandlerCfg
addChangeListener, isEnabled, removeChangeListener
 
Methods inherited from interface org.opends.server.admin.Configuration
dn
 

Method Detail

configurationClass

java.lang.Class<? extends ErrorLogAccountStatusNotificationHandlerCfg> configurationClass()
Gets the configuration class associated with this Error Log Account Status Notification Handler.

Specified by:
configurationClass in interface AccountStatusNotificationHandlerCfg
Specified by:
configurationClass in interface Configuration
Returns:
Returns the configuration class associated with this Error Log Account Status Notification Handler.

addErrorLogChangeListener

void addErrorLogChangeListener(ConfigurationChangeListener<ErrorLogAccountStatusNotificationHandlerCfg> listener)
Register to be notified when this Error Log Account Status Notification Handler is changed.

Parameters:
listener - The Error Log Account Status Notification Handler configuration change listener.

removeErrorLogChangeListener

void removeErrorLogChangeListener(ConfigurationChangeListener<ErrorLogAccountStatusNotificationHandlerCfg> listener)
Deregister an existing Error Log Account Status Notification Handler configuration change listener.

Parameters:
listener - The Error Log Account Status Notification Handler configuration change listener.

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 an unmodifiable set containing the values of the "account-status-notification-type" property.

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 AccountStatusNotificationHandlerCfg
Returns:
Returns the value of the "java-class" property.