|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.admin.AbstractManagedObjectDefinition<C,S>
org.opends.server.admin.ManagedObjectDefinition<ErrorLogAccountStatusNotificationHandlerCfgClient,ErrorLogAccountStatusNotificationHandlerCfg>
org.opends.server.admin.std.meta.ErrorLogAccountStatusNotificationHandlerCfgDefn
public final class ErrorLogAccountStatusNotificationHandlerCfgDefn
An interface for querying the Error Log Account Status Notification Handler managed object definition meta information.
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.
Nested Class Summary | |
---|---|
static class |
ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType
Defines the set of permissable values for the "account-status-notification-type" property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static ErrorLogAccountStatusNotificationHandlerCfgDefn getInstance()
public ErrorLogAccountStatusNotificationHandlerCfgClient createClientConfiguration(ManagedObject<? extends ErrorLogAccountStatusNotificationHandlerCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<ErrorLogAccountStatusNotificationHandlerCfgClient,ErrorLogAccountStatusNotificationHandlerCfg>
impl
- The managed object.
public ErrorLogAccountStatusNotificationHandlerCfg createServerConfiguration(ServerManagedObject<? extends ErrorLogAccountStatusNotificationHandlerCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<ErrorLogAccountStatusNotificationHandlerCfgClient,ErrorLogAccountStatusNotificationHandlerCfg>
impl
- The server managed object.
public java.lang.Class<ErrorLogAccountStatusNotificationHandlerCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<ErrorLogAccountStatusNotificationHandlerCfgClient,ErrorLogAccountStatusNotificationHandlerCfg>
public EnumPropertyDefinition<ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType> getAccountStatusNotificationTypePropertyDefinition()
Indicates which types of event can trigger an account status notification.
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Error Log Account Status Notification Handler is enabled. Only enabled handlers are invoked whenever a related event occurs in the server.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Error Log Account Status Notification Handler implementation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |