|
|||||||||
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<AccessLogPublisherCfgClient,AccessLogPublisherCfg>
org.opends.server.admin.std.meta.AccessLogPublisherCfgDefn
public final class AccessLogPublisherCfgDefn
An interface for querying the Access Log Publisher managed object definition meta information.
Access Log Publishers are responsible for distributing access log messages from the access logger to a destination.
Method Summary | |
---|---|
AccessLogPublisherCfgClient |
createClientConfiguration(ManagedObject<? extends AccessLogPublisherCfgClient> impl)
Creates a client configuration view of the provided managed object. |
AccessLogPublisherCfg |
createServerConfiguration(ServerManagedObject<? extends AccessLogPublisherCfg> impl)
Creates a server configuration view of the provided server managed object. |
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition. |
static AccessLogPublisherCfgDefn |
getInstance()
Get the Access Log Publisher configuration definition singleton. |
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition. |
java.lang.Class<AccessLogPublisherCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this managed object definition. |
BooleanPropertyDefinition |
getSuppressInternalOperationsPropertyDefinition()
Get the "suppress-internal-operations" property definition. |
BooleanPropertyDefinition |
getSuppressSynchronizationOperationsPropertyDefinition()
Get the "suppress-synchronization-operations" property definition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static AccessLogPublisherCfgDefn getInstance()
public AccessLogPublisherCfgClient createClientConfiguration(ManagedObject<? extends AccessLogPublisherCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<AccessLogPublisherCfgClient,AccessLogPublisherCfg>
impl
- The managed object.
public AccessLogPublisherCfg createServerConfiguration(ServerManagedObject<? extends AccessLogPublisherCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<AccessLogPublisherCfgClient,AccessLogPublisherCfg>
impl
- The server managed object.
public java.lang.Class<AccessLogPublisherCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<AccessLogPublisherCfgClient,AccessLogPublisherCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Access Log Publisher is enabled for use.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
The fully-qualified name of the Java class that provides the Access Log Publisher implementation.
public BooleanPropertyDefinition getSuppressInternalOperationsPropertyDefinition()
Indicates whether internal operations (for example, operations that are initiated by plugins) should be logged along with the operations that are requested by users.
public BooleanPropertyDefinition getSuppressSynchronizationOperationsPropertyDefinition()
Indicates whether access messages that are generated by synchronization operations should be suppressed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |