Uses of Interface
org.forgerock.opendj.server.config.server.DebugTargetCfg
-
Packages that use DebugTargetCfg 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 DebugTargetCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type DebugTargetCfg Modifier and Type Method Description ManagedObjectDefinition<? extends DebugTargetCfgClient,? extends DebugTargetCfg>
DebugTargetCfgClient. definition()
Get the configuration definition associated with this Debug Target.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type DebugTargetCfg Modifier and Type Method Description <C extends DebugTargetCfgClient>
CDebugLogPublisherCfgClient. createDebugTarget(ManagedObjectDefinition<C,? extends DebugTargetCfg> d, String name, Collection<PropertyException> exceptions)
Creates a new Debug Target. -
Uses of DebugTargetCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return DebugTargetCfg Modifier and Type Method Description DebugTargetCfg
DebugTargetCfgDefn. createServerConfiguration(ServerManagedObject<? extends DebugTargetCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type DebugTargetCfg Modifier and Type Method Description InstantiableRelationDefinition<DebugTargetCfgClient,DebugTargetCfg>
DebugLogPublisherCfgDefn. getDebugTargetsRelationDefinition()
Get the "debug-targets" relation definition.InstantiableRelationDefinition<DebugTargetCfgClient,DebugTargetCfg>
FileBasedDebugLogPublisherCfgDefn. getDebugTargetsRelationDefinition()
Get the "debug-targets" relation definition.Class<DebugTargetCfg>
DebugTargetCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type DebugTargetCfg Modifier and Type Method Description DebugTargetCfg
DebugTargetCfgDefn. createServerConfiguration(ServerManagedObject<? extends DebugTargetCfg> impl)
-
Uses of DebugTargetCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return DebugTargetCfg Modifier and Type Method Description DebugTargetCfg
DebugLogPublisherCfg. getDebugTarget(String name)
Gets the named Debug Target.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type DebugTargetCfg Modifier and Type Method Description Class<? extends DebugTargetCfg>
DebugTargetCfg. configurationClass()
Gets the configuration class associated with this Debug Target.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type DebugTargetCfg Modifier and Type Method Description void
DebugTargetCfg. addChangeListener(ConfigurationChangeListener<DebugTargetCfg> listener)
Register to be notified when this Debug Target is changed.void
DebugLogPublisherCfg. addDebugTargetAddListener(ConfigurationAddListener<DebugTargetCfg> listener)
Registers to be notified when new Debug Targets are added.void
DebugLogPublisherCfg. addDebugTargetDeleteListener(ConfigurationDeleteListener<DebugTargetCfg> listener)
Registers to be notified when existing Debug Targets are deleted.void
DebugTargetCfg. removeChangeListener(ConfigurationChangeListener<DebugTargetCfg> listener)
Deregister an existing Debug Target configuration change listener.void
DebugLogPublisherCfg. removeDebugTargetAddListener(ConfigurationAddListener<DebugTargetCfg> listener)
Deregisters an existing Debug Target configuration add listener.void
DebugLogPublisherCfg. removeDebugTargetDeleteListener(ConfigurationDeleteListener<DebugTargetCfg> listener)
Deregisters an existing Debug Target configuration delete listener. -
Uses of DebugTargetCfg in org.opends.server.loggers
Methods in org.opends.server.loggers with parameters of type DebugTargetCfg Modifier and Type Method Description ConfigChangeResult
TextDebugLogPublisher. applyConfigurationAdd(DebugTargetCfg config)
ConfigChangeResult
TraceSettings. applyConfigurationChange(DebugTargetCfg config)
ConfigChangeResult
TextDebugLogPublisher. applyConfigurationDelete(DebugTargetCfg config)
boolean
TextDebugLogPublisher. isConfigurationAddAcceptable(DebugTargetCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
TraceSettings. isConfigurationChangeAcceptable(DebugTargetCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
TextDebugLogPublisher. isConfigurationDeleteAcceptable(DebugTargetCfg config, List<LocalizableMessage> unacceptableReasons)
-