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 FileBasedDebugLogPublisherCfgClient,? extends FileBasedDebugLogPublisherCfg> |
FileBasedDebugLogPublisherCfgClient.definition()
Get the configuration definition associated with this File Based Debug Log Publisher.
|
Modifier and Type | Method and Description |
---|---|
FileBasedDebugLogPublisherCfg |
FileBasedDebugLogPublisherCfgDefn.createServerConfiguration(ServerManagedObject<? extends FileBasedDebugLogPublisherCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Method and Description |
---|---|
Class<FileBasedDebugLogPublisherCfg> |
FileBasedDebugLogPublisherCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this
managed object definition.
|
Modifier and Type | Method and Description |
---|---|
FileBasedDebugLogPublisherCfg |
FileBasedDebugLogPublisherCfgDefn.createServerConfiguration(ServerManagedObject<? extends FileBasedDebugLogPublisherCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends FileBasedDebugLogPublisherCfg> |
FileBasedDebugLogPublisherCfg.configurationClass()
Gets the configuration class associated with this File Based Debug Log Publisher.
|
Modifier and Type | Method and Description |
---|---|
void |
FileBasedDebugLogPublisherCfg.addFileBasedDebugChangeListener(ConfigurationChangeListener<FileBasedDebugLogPublisherCfg> listener)
Register to be notified when this File Based Debug Log Publisher is changed.
|
void |
FileBasedDebugLogPublisherCfg.removeFileBasedDebugChangeListener(ConfigurationChangeListener<FileBasedDebugLogPublisherCfg> listener)
Deregister an existing File Based Debug Log Publisher configuration change listener.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
TextDebugLogPublisher.applyConfigurationChange(FileBasedDebugLogPublisherCfg config)
Applies the configuration changes to this change listener.
|
void |
TextDebugLogPublisher.initializeLogPublisher(FileBasedDebugLogPublisherCfg config,
ServerContext serverContext)
Initializes this publisher provider based on the information in the
provided debug publisher configuration.
|
boolean |
TextDebugLogPublisher.isConfigurationAcceptable(FileBasedDebugLogPublisherCfg config,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this log
publisher.
|
boolean |
TextDebugLogPublisher.isConfigurationChangeAcceptable(FileBasedDebugLogPublisherCfg 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.