Uses of Interface
org.forgerock.opendj.server.config.server.ConsoleErrorLogPublisherCfg
-
Packages that use ConsoleErrorLogPublisherCfg 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 ConsoleErrorLogPublisherCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type ConsoleErrorLogPublisherCfg Modifier and Type Method Description ManagedObjectDefinition<? extends ConsoleErrorLogPublisherCfgClient,? extends ConsoleErrorLogPublisherCfg>
ConsoleErrorLogPublisherCfgClient. definition()
Get the configuration definition associated with this Console Error Log Publisher. -
Uses of ConsoleErrorLogPublisherCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return ConsoleErrorLogPublisherCfg Modifier and Type Method Description ConsoleErrorLogPublisherCfg
ConsoleErrorLogPublisherCfgDefn. createServerConfiguration(ServerManagedObject<? extends ConsoleErrorLogPublisherCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type ConsoleErrorLogPublisherCfg Modifier and Type Method Description Class<ConsoleErrorLogPublisherCfg>
ConsoleErrorLogPublisherCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type ConsoleErrorLogPublisherCfg Modifier and Type Method Description ConsoleErrorLogPublisherCfg
ConsoleErrorLogPublisherCfgDefn. createServerConfiguration(ServerManagedObject<? extends ConsoleErrorLogPublisherCfg> impl)
-
Uses of ConsoleErrorLogPublisherCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type ConsoleErrorLogPublisherCfg Modifier and Type Method Description Class<? extends ConsoleErrorLogPublisherCfg>
ConsoleErrorLogPublisherCfg. configurationClass()
Gets the configuration class associated with this Console Error Log Publisher.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type ConsoleErrorLogPublisherCfg Modifier and Type Method Description void
ConsoleErrorLogPublisherCfg. addConsoleErrorChangeListener(ConfigurationChangeListener<ConsoleErrorLogPublisherCfg> listener)
Register to be notified when this Console Error Log Publisher is changed.void
ConsoleErrorLogPublisherCfg. removeConsoleErrorChangeListener(ConfigurationChangeListener<ConsoleErrorLogPublisherCfg> listener)
Deregister an existing Console Error Log Publisher configuration change listener. -
Uses of ConsoleErrorLogPublisherCfg in org.opends.server.loggers
Methods in org.opends.server.loggers with parameters of type ConsoleErrorLogPublisherCfg Modifier and Type Method Description ConfigChangeResult
ConsoleErrorLogPublisher. applyConfigurationChange(ConsoleErrorLogPublisherCfg config)
void
ConsoleErrorLogPublisher. initializeLogPublisher(ConsoleErrorLogPublisherCfg config, ServerContext serverContext)
boolean
ConsoleErrorLogPublisher. isConfigurationAcceptable(ConsoleErrorLogPublisherCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
ConsoleErrorLogPublisher. isConfigurationChangeAcceptable(ConsoleErrorLogPublisherCfg config, List<LocalizableMessage> unacceptableReasons)
-