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.core |
Contains various classes that comprise the core of the Directory Server
codebase.
|
org.opends.server.loggers |
Contains implementations of Directory Server access, error, and debug
loggers.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends LogRotationPolicyCfgClient,? extends LogRotationPolicyCfg> |
LogRotationPolicyCfgClient.definition()
Get the configuration definition associated with this Log Rotation Policy.
|
Modifier and Type | Method and Description |
---|---|
<C extends LogRotationPolicyCfgClient> |
RootCfgClient.createLogRotationPolicy(ManagedObjectDefinition<C,? extends LogRotationPolicyCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Log Rotation Policy.
|
Modifier and Type | Method and Description |
---|---|
LogRotationPolicyCfg |
LogRotationPolicyCfgDefn.createServerConfiguration(ServerManagedObject<? extends LogRotationPolicyCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Method and Description |
---|---|
LogRotationPolicyCfg |
LogRotationPolicyCfgDefn.createServerConfiguration(ServerManagedObject<? extends LogRotationPolicyCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FixedTimeLogRotationPolicyCfg
A server-side interface for querying Fixed Time Log Rotation Policy
settings.
|
interface |
SizeLimitLogRotationPolicyCfg
A server-side interface for querying Size Limit Log Rotation Policy
settings.
|
interface |
TimeLimitLogRotationPolicyCfg
A server-side interface for querying Time Limit Log Rotation Policy
settings.
|
Modifier and Type | Method and Description |
---|---|
LogRotationPolicyCfg |
RootCfg.getLogRotationPolicy(String name)
Gets the named Log Rotation Policy.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends LogRotationPolicyCfg> |
LogRotationPolicyCfg.configurationClass()
Gets the configuration class associated with this Log Rotation Policy.
|
Modifier and Type | Method and Description |
---|---|
void |
LogRotationPolicyCfg.addChangeListener(ConfigurationChangeListener<LogRotationPolicyCfg> listener)
Register to be notified when this Log Rotation Policy is changed.
|
void |
RootCfg.addLogRotationPolicyAddListener(ConfigurationAddListener<LogRotationPolicyCfg> listener)
Registers to be notified when new Log Rotation Policies are added.
|
void |
RootCfg.addLogRotationPolicyDeleteListener(ConfigurationDeleteListener<LogRotationPolicyCfg> listener)
Registers to be notified when existing Log Rotation Policies are deleted.
|
void |
LogRotationPolicyCfg.removeChangeListener(ConfigurationChangeListener<LogRotationPolicyCfg> listener)
Deregister an existing Log Rotation Policy configuration change listener.
|
void |
RootCfg.removeLogRotationPolicyAddListener(ConfigurationAddListener<LogRotationPolicyCfg> listener)
Deregisters an existing Log Rotation Policy configuration add listener.
|
void |
RootCfg.removeLogRotationPolicyDeleteListener(ConfigurationDeleteListener<LogRotationPolicyCfg> listener)
Deregisters an existing Log Rotation Policy configuration delete listener.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
LogRotationPolicyConfigManager.applyConfigurationAdd(LogRotationPolicyCfg config)
Adds a new configuration to this add listener.
|
ConfigChangeResult |
LogRotationPolicyConfigManager.applyConfigurationChange(LogRotationPolicyCfg configuration)
Applies the configuration changes to this change listener.
|
ConfigChangeResult |
LogRotationPolicyConfigManager.applyConfigurationDelete(LogRotationPolicyCfg config)
Deletes an existing configuration from this delete listener.
|
boolean |
LogRotationPolicyConfigManager.isConfigurationAddAcceptable(LogRotationPolicyCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed addition of a new configuration is
acceptable to this add listener.
|
boolean |
LogRotationPolicyConfigManager.isConfigurationChangeAcceptable(LogRotationPolicyCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed change to the configuration is
acceptable to this change listener.
|
boolean |
LogRotationPolicyConfigManager.isConfigurationDeleteAcceptable(LogRotationPolicyCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed deletion of an existing
configuration is acceptable to this delete listener.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RotationPolicy<T extends LogRotationPolicyCfg>
This interface describes the rotation policy that should be used
for the logger.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.