Package | Description |
---|---|
org.opends.server.admin.std.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.opends.server.admin.std.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.opends.server.admin.std.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)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Method and 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()
Gets the server configuration class instance associated with this
managed object definition.
|
Modifier and Type | Method and Description |
---|---|
DebugTargetCfg |
DebugTargetCfgDefn.createServerConfiguration(ServerManagedObject<? extends DebugTargetCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
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)
Adds a new configuration to this add listener.
|
ConfigChangeResult |
TraceSettings.applyConfigurationChange(DebugTargetCfg config)
Applies the configuration changes to this change listener.
|
ConfigChangeResult |
TextDebugLogPublisher.applyConfigurationDelete(DebugTargetCfg config)
Deletes an existing configuration from this delete listener.
|
boolean |
TextDebugLogPublisher.isConfigurationAddAcceptable(DebugTargetCfg config,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed addition of a new configuration is
acceptable to this add listener.
|
boolean |
TraceSettings.isConfigurationChangeAcceptable(DebugTargetCfg config,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed change to the configuration is
acceptable to this change listener.
|
boolean |
TextDebugLogPublisher.isConfigurationDeleteAcceptable(DebugTargetCfg config,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed deletion of an existing
configuration is acceptable to this delete listener.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.