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. -
-
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 ErrorLogPublisherCfgErrorLogPublisherCfgDefn. createServerConfiguration(ServerManagedObject<? extends ErrorLogPublisherCfg> impl)Creates a server configuration view of the provided server managed object.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()Gets the server configuration class instance associated with this managed object definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type ErrorLogPublisherCfg Modifier and Type Method Description ErrorLogPublisherCfgErrorLogPublisherCfgDefn. createServerConfiguration(ServerManagedObject<? extends ErrorLogPublisherCfg> impl)Creates a server configuration view of the provided server managed object. -
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 interfaceFileBasedErrorLogPublisherCfgA 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 voidErrorLogPublisherCfg. addErrorChangeListener(ConfigurationChangeListener<ErrorLogPublisherCfg> listener)Register to be notified when this Error Log Publisher is changed.voidErrorLogPublisherCfg. removeErrorChangeListener(ConfigurationChangeListener<ErrorLogPublisherCfg> listener)Deregister an existing Error Log Publisher configuration change listener.
-