Uses of Interface
org.forgerock.opendj.server.config.server.DebugLogPublisherCfg
-
Packages that use DebugLogPublisherCfg 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. -
-
Uses of DebugLogPublisherCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type DebugLogPublisherCfg Modifier and Type Method Description ManagedObjectDefinition<? extends DebugLogPublisherCfgClient,? extends DebugLogPublisherCfg>
DebugLogPublisherCfgClient. definition()
Get the configuration definition associated with this Debug Log Publisher. -
Uses of DebugLogPublisherCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return DebugLogPublisherCfg Modifier and Type Method Description DebugLogPublisherCfg
DebugLogPublisherCfgDefn. createServerConfiguration(ServerManagedObject<? extends DebugLogPublisherCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type DebugLogPublisherCfg Modifier and Type Method Description Class<DebugLogPublisherCfg>
DebugLogPublisherCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type DebugLogPublisherCfg Modifier and Type Method Description DebugLogPublisherCfg
DebugLogPublisherCfgDefn. createServerConfiguration(ServerManagedObject<? extends DebugLogPublisherCfg> impl)
-
Uses of DebugLogPublisherCfg in org.forgerock.opendj.server.config.server
Subinterfaces of DebugLogPublisherCfg in org.forgerock.opendj.server.config.server Modifier and Type Interface Description interface
FileBasedDebugLogPublisherCfg
A server-side interface for querying File Based Debug Log Publisher settings.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type DebugLogPublisherCfg Modifier and Type Method Description Class<? extends DebugLogPublisherCfg>
DebugLogPublisherCfg. configurationClass()
Gets the configuration class associated with this Debug Log Publisher.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type DebugLogPublisherCfg Modifier and Type Method Description void
DebugLogPublisherCfg. addDebugChangeListener(ConfigurationChangeListener<DebugLogPublisherCfg> listener)
Register to be notified when this Debug Log Publisher is changed.void
DebugLogPublisherCfg. removeDebugChangeListener(ConfigurationChangeListener<DebugLogPublisherCfg> listener)
Deregister an existing Debug Log Publisher configuration change listener. -
Uses of DebugLogPublisherCfg in org.opends.server.loggers
Classes in org.opends.server.loggers with type parameters of type DebugLogPublisherCfg Modifier and Type Class Description class
DebugLogPublisher<T extends DebugLogPublisherCfg>
This class defines the set of methods and structures that must be implemented for a Directory Server debug log publisher.Methods in org.opends.server.loggers that return types with arguments of type DebugLogPublisherCfg Modifier and Type Method Description protected Collection<DebugLogPublisher<DebugLogPublisherCfg>>
DebugLogger. getLogPublishers()
Methods in org.opends.server.loggers with parameters of type DebugLogPublisherCfg Modifier and Type Method Description void
ConsoleDebugLogPublisher. initializeLogPublisher(DebugLogPublisherCfg config, ServerContext serverContext)
Method parameters in org.opends.server.loggers with type arguments of type DebugLogPublisherCfg Modifier and Type Method Description void
DebugLogger. addLogPublisher(DebugLogPublisher<DebugLogPublisherCfg> publisher)
boolean
DebugLogger. removeLogPublisher(DebugLogPublisher<DebugLogPublisherCfg> publisher)
-