Uses of Interface
org.forgerock.opendj.server.config.server.ErrorLogPublisherCfg
-
Packages that use ErrorLogPublisherCfg 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 ErrorLogPublisherCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type ErrorLogPublisherCfg Modifier and Type Method Description ManagedObjectDefinition<? extends ErrorLogPublisherCfgClient,? extends ErrorLogPublisherCfg>
ErrorLogPublisherCfgClient. definition()
Get the configuration definition associated with this Error Log Publisher. -
Uses of ErrorLogPublisherCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return ErrorLogPublisherCfg Modifier and Type Method Description ErrorLogPublisherCfg
ErrorLogPublisherCfgDefn. createServerConfiguration(ServerManagedObject<? extends ErrorLogPublisherCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type ErrorLogPublisherCfg Modifier and Type Method Description Class<ErrorLogPublisherCfg>
ErrorLogPublisherCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type ErrorLogPublisherCfg Modifier and Type Method Description ErrorLogPublisherCfg
ErrorLogPublisherCfgDefn. createServerConfiguration(ServerManagedObject<? extends ErrorLogPublisherCfg> impl)
-
Uses of ErrorLogPublisherCfg in org.forgerock.opendj.server.config.server
Subinterfaces of ErrorLogPublisherCfg in org.forgerock.opendj.server.config.server Modifier and Type Interface Description interface
ConsoleErrorLogPublisherCfg
A server-side interface for querying Console Error Log Publisher settings.interface
FileBasedErrorLogPublisherCfg
A server-side interface for querying File Based Error Log Publisher settings.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type ErrorLogPublisherCfg Modifier and Type Method Description Class<? extends ErrorLogPublisherCfg>
ErrorLogPublisherCfg. configurationClass()
Gets the configuration class associated with this Error Log Publisher.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type ErrorLogPublisherCfg Modifier and Type Method 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. -
Uses of ErrorLogPublisherCfg in org.opends.server.loggers
Classes in org.opends.server.loggers with type parameters of type ErrorLogPublisherCfg Modifier and Type Class 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.Methods in org.opends.server.loggers that return types with arguments of type ErrorLogPublisherCfg Modifier and Type Method Description protected Collection<ErrorLogPublisher<ErrorLogPublisherCfg>>
ErrorLogger. getLogPublishers()
Method parameters in org.opends.server.loggers with type arguments of type ErrorLogPublisherCfg Modifier and Type Method Description void
ErrorLogger. addLogPublisher(ErrorLogPublisher<ErrorLogPublisherCfg> publisher)
boolean
ErrorLogger. removeLogPublisher(ErrorLogPublisher<ErrorLogPublisherCfg> publisher)
-