Package | Description |
---|---|
org.opends.server.admin.std.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.opends.server.admin.std.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.opends.server.admin.std.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.opends.server.loggers |
Contains implementations of Directory Server access, error, and debug
loggers.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends SizeLimitLogRotationPolicyCfgClient,? extends SizeLimitLogRotationPolicyCfg> |
SizeLimitLogRotationPolicyCfgClient.definition()
Get the configuration definition associated with this Size Limit Log Rotation Policy.
|
Modifier and Type | Method and Description |
---|---|
SizeLimitLogRotationPolicyCfg |
SizeLimitLogRotationPolicyCfgDefn.createServerConfiguration(ServerManagedObject<? extends SizeLimitLogRotationPolicyCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Method and Description |
---|---|
Class<SizeLimitLogRotationPolicyCfg> |
SizeLimitLogRotationPolicyCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this
managed object definition.
|
Modifier and Type | Method and Description |
---|---|
SizeLimitLogRotationPolicyCfg |
SizeLimitLogRotationPolicyCfgDefn.createServerConfiguration(ServerManagedObject<? extends SizeLimitLogRotationPolicyCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends SizeLimitLogRotationPolicyCfg> |
SizeLimitLogRotationPolicyCfg.configurationClass()
Gets the configuration class associated with this Size Limit Log Rotation Policy.
|
Modifier and Type | Method and Description |
---|---|
void |
SizeLimitLogRotationPolicyCfg.addSizeLimitChangeListener(ConfigurationChangeListener<SizeLimitLogRotationPolicyCfg> listener)
Register to be notified when this Size Limit Log Rotation Policy is changed.
|
void |
SizeLimitLogRotationPolicyCfg.removeSizeLimitChangeListener(ConfigurationChangeListener<SizeLimitLogRotationPolicyCfg> listener)
Deregister an existing Size Limit Log Rotation Policy configuration change listener.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
SizeBasedRotationPolicy.applyConfigurationChange(SizeLimitLogRotationPolicyCfg config)
Applies the configuration changes to this change listener.
|
void |
SizeBasedRotationPolicy.initializeLogRotationPolicy(SizeLimitLogRotationPolicyCfg config)
Initializes this log rotation policy based on the
information in the provided rotation policy configuration.
|
boolean |
SizeBasedRotationPolicy.isConfigurationChangeAcceptable(SizeLimitLogRotationPolicyCfg config,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed change to the configuration is
acceptable to this change listener.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.