|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ErrorLogAccountStatusNotificationHandlerCfg
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 |
---|
java.lang.Class<? extends ErrorLogAccountStatusNotificationHandlerCfg> configurationClass()
configurationClass
in interface AccountStatusNotificationHandlerCfg
configurationClass
in interface Configuration
void addErrorLogChangeListener(ConfigurationChangeListener<ErrorLogAccountStatusNotificationHandlerCfg> listener)
listener
- The Error Log Account Status Notification Handler configuration change listener.void removeErrorLogChangeListener(ConfigurationChangeListener<ErrorLogAccountStatusNotificationHandlerCfg> listener)
listener
- The Error Log Account Status Notification Handler configuration change listener.java.util.SortedSet<ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType> getAccountStatusNotificationType()
Indicates which types of event can trigger an account status notification.
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 AccountStatusNotificationHandlerCfg
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |