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 ErrorLogPublisherCfgClient,? extends ErrorLogPublisherCfg> |
ErrorLogPublisherCfgClient.definition()
Get the configuration definition associated with this Error Log Publisher.
|
Modifier and Type | Method and Description |
---|---|
ErrorLogPublisherCfg |
ErrorLogPublisherCfgDefn.createServerConfiguration(ServerManagedObject<? extends ErrorLogPublisherCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<ErrorLogPublisherCfg> |
ErrorLogPublisherCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
ErrorLogPublisherCfg |
ErrorLogPublisherCfgDefn.createServerConfiguration(ServerManagedObject<? extends ErrorLogPublisherCfg> impl) |
Modifier and Type | Interface and Description |
---|---|
interface |
FileBasedErrorLogPublisherCfg
A server-side interface for querying File Based Error Log Publisher
settings.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends ErrorLogPublisherCfg> |
ErrorLogPublisherCfg.configurationClass()
Gets the configuration class associated with this Error Log Publisher.
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorLogPublisherCfg.addErrorChangeListener(ConfigurationChangeListener<ErrorLogPublisherCfg> listener)
Register to be notified when this Error Log Publisher is changed.
|
void |
ErrorLogPublisherCfg.removeErrorChangeListener(ConfigurationChangeListener<ErrorLogPublisherCfg> listener)
Deregister an existing Error Log Publisher configuration change listener.
|
Modifier and Type | Class and Description |
---|---|
class |
ErrorLogPublisher<T extends ErrorLogPublisherCfg>
This class defines the set of methods and structures that must be implemented for a Directory Server error log
publisher.
|
Modifier and Type | Method and Description |
---|---|
protected Collection<ErrorLogPublisher<ErrorLogPublisherCfg>> |
ErrorLogger.getLogPublishers() |
Modifier and Type | Method and Description |
---|---|
void |
ThreadFilterTextErrorLogPublisher.initializeLogPublisher(ErrorLogPublisherCfg config,
ServerContext serverContext) |
Modifier and Type | Method and Description |
---|---|
void |
ErrorLogger.addLogPublisher(ErrorLogPublisher<ErrorLogPublisherCfg> publisher) |
boolean |
ErrorLogger.removeLogPublisher(ErrorLogPublisher<ErrorLogPublisherCfg> publisher) |
Copyright 2010-2020 ForgeRock AS.