Package | Description |
---|---|
org.forgerock.opendj.server.config.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.forgerock.opendj.server.config.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.forgerock.opendj.server.config.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) |
Modifier and Type | Method and Description |
---|---|
Class<SizeLimitLogRotationPolicyCfg> |
SizeLimitLogRotationPolicyCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
SizeLimitLogRotationPolicyCfg |
SizeLimitLogRotationPolicyCfgDefn.createServerConfiguration(ServerManagedObject<? extends SizeLimitLogRotationPolicyCfg> impl) |
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) |
void |
SizeBasedRotationPolicy.initializeLogRotationPolicy(SizeLimitLogRotationPolicyCfg config) |
boolean |
SizeBasedRotationPolicy.isConfigurationChangeAcceptable(SizeLimitLogRotationPolicyCfg config,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2020 ForgeRock AS.