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. -
-
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 DebugLogPublisherCfgDebugLogPublisherCfgDefn. createServerConfiguration(ServerManagedObject<? extends DebugLogPublisherCfg> 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 DebugLogPublisherCfg Modifier and Type Method Description Class<DebugLogPublisherCfg>DebugLogPublisherCfgDefn. 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 DebugLogPublisherCfg Modifier and Type Method Description DebugLogPublisherCfgDebugLogPublisherCfgDefn. createServerConfiguration(ServerManagedObject<? extends DebugLogPublisherCfg> impl)Creates a server configuration view of the provided server managed object. -
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 interfaceFileBasedDebugLogPublisherCfgA 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 voidDebugLogPublisherCfg. addDebugChangeListener(ConfigurationChangeListener<DebugLogPublisherCfg> listener)Register to be notified when this Debug Log Publisher is changed.voidDebugLogPublisherCfg. removeDebugChangeListener(ConfigurationChangeListener<DebugLogPublisherCfg> listener)Deregister an existing Debug Log Publisher configuration change listener.
-