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.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends DebugTargetCfgClient,? extends DebugTargetCfg> |
DebugTargetCfgClient.definition()
Get the configuration definition associated with this Debug Target.
|
Modifier and Type | Method and Description |
---|---|
<C extends DebugTargetCfgClient> |
DebugLogPublisherCfgClient.createDebugTarget(ManagedObjectDefinition<C,? extends DebugTargetCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Debug Target.
|
Modifier and Type | Method and Description |
---|---|
DebugTargetCfg |
DebugTargetCfgDefn.createServerConfiguration(ServerManagedObject<? extends DebugTargetCfg> impl) |
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<DebugTargetCfgClient,DebugTargetCfg> |
FileBasedDebugLogPublisherCfgDefn.getDebugTargetsRelationDefinition()
Get the "debug-targets" relation definition.
|
InstantiableRelationDefinition<DebugTargetCfgClient,DebugTargetCfg> |
DebugLogPublisherCfgDefn.getDebugTargetsRelationDefinition()
Get the "debug-targets" relation definition.
|
Class<DebugTargetCfg> |
DebugTargetCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
DebugTargetCfg |
DebugTargetCfgDefn.createServerConfiguration(ServerManagedObject<? extends DebugTargetCfg> impl) |
Modifier and Type | Method and Description |
---|---|
DebugTargetCfg |
DebugLogPublisherCfg.getDebugTarget(String name)
Gets the named Debug Target.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends DebugTargetCfg> |
DebugTargetCfg.configurationClass()
Gets the configuration class associated with this Debug Target.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Copyright 2010-2018 ForgeRock AS.