| 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 |
|---|---|
org.forgerock.opendj.config.server.ConfigChangeResult |
TextDebugLogPublisher.applyConfigurationChange(FileBasedDebugLogPublisherCfg config) |
void |
TextDebugLogPublisher.initializeLogPublisher(FileBasedDebugLogPublisherCfg config,
ServerContext serverContext) |
boolean |
TextDebugLogPublisher.isConfigurationAcceptable(FileBasedDebugLogPublisherCfg config,
List<LocalizableMessage> unacceptableReasons) |
boolean |
TextDebugLogPublisher.isConfigurationChangeAcceptable(FileBasedDebugLogPublisherCfg config,
List<LocalizableMessage> unacceptableReasons) |
Copyright © 2010-2018 ForgeRock AS. All Rights Reserved.