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 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)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Method and Description |
---|---|
Class<ErrorLogPublisherCfg> |
ErrorLogPublisherCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this
managed object definition.
|
Modifier and Type | Method and Description |
---|---|
ErrorLogPublisherCfg |
ErrorLogPublisherCfgDefn.createServerConfiguration(ServerManagedObject<? extends ErrorLogPublisherCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
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()
Returns the log publishers.
|
Modifier and Type | Method and Description |
---|---|
void |
ThreadFilterTextErrorLogPublisher.initializeLogPublisher(ErrorLogPublisherCfg config,
ServerContext serverContext)
Initializes this publisher provider based on the information in the
provided debug publisher configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorLogger.addLogPublisher(ErrorLogPublisher<ErrorLogPublisherCfg> publisher)
Add a log publisher to the logger.
|
boolean |
ErrorLogger.removeLogPublisher(ErrorLogPublisher<ErrorLogPublisherCfg> publisher)
Remove a log publisher from the logger.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.