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 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) |
Modifier and Type | Method and Description |
---|---|
Class<FileBasedDebugLogPublisherCfg> |
FileBasedDebugLogPublisherCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
FileBasedDebugLogPublisherCfg |
FileBasedDebugLogPublisherCfgDefn.createServerConfiguration(ServerManagedObject<? extends FileBasedDebugLogPublisherCfg> impl) |
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) |
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-2020 ForgeRock AS.