public final class DebugTargetCfgDefn extends ManagedObjectDefinition<DebugTargetCfgClient,DebugTargetCfg>
Debug Targets define the types of messages logged by the debug logPublisher.
Modifier and Type | Method and Description |
---|---|
DebugTargetCfgClient |
createClientConfiguration(ManagedObject<? extends DebugTargetCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
DebugTargetCfg |
createServerConfiguration(ServerManagedObject<? extends DebugTargetCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
BooleanPropertyDefinition |
getDebugExceptionsOnlyPropertyDefinition()
Get the "debug-exceptions-only" property definition.
|
StringPropertyDefinition |
getDebugScopePropertyDefinition()
Get the "debug-scope" property definition.
|
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition.
|
BooleanPropertyDefinition |
getIncludeThrowableCausePropertyDefinition()
Get the "include-throwable-cause" property definition.
|
static DebugTargetCfgDefn |
getInstance()
Get the Debug Target configuration definition singleton.
|
BooleanPropertyDefinition |
getOmitMethodEntryArgumentsPropertyDefinition()
Get the "omit-method-entry-arguments" property definition.
|
BooleanPropertyDefinition |
getOmitMethodReturnValuePropertyDefinition()
Get the "omit-method-return-value" property definition.
|
Class<DebugTargetCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this
managed object definition.
|
IntegerPropertyDefinition |
getThrowableStackFramesPropertyDefinition()
Get the "throwable-stack-frames" property definition.
|
getAggregationPropertyDefinition, getAggregationPropertyDefinitions, getAllAggregationPropertyDefinitions, getAllChildren, getAllConstraints, getAllPropertyDefinitions, getAllRelationDefinitions, getAllReverseAggregationPropertyDefinitions, getAllReverseRelationDefinitions, getAllTags, getChild, getChildren, getConstraints, getDescription, getDescription, getName, getParent, getPropertyDefinition, getPropertyDefinitions, getRelationDefinition, getRelationDefinitions, getReverseAggregationPropertyDefinitions, getReverseRelationDefinitions, getSynopsis, getSynopsis, getUserFriendlyName, getUserFriendlyName, getUserFriendlyPluralName, getUserFriendlyPluralName, hasChildren, hasOption, hasTag, initialize, isChildOf, isParentOf, isTop, registerConstraint, registerOption, registerPropertyDefinition, registerRelationDefinition, registerTag, resolveManagedObjectDefinition, toString, toString
public static DebugTargetCfgDefn getInstance()
public DebugTargetCfgClient createClientConfiguration(ManagedObject<? extends DebugTargetCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<DebugTargetCfgClient,DebugTargetCfg>
impl
- The managed object.public DebugTargetCfg createServerConfiguration(ServerManagedObject<? extends DebugTargetCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<DebugTargetCfgClient,DebugTargetCfg>
impl
- The server managed object.public Class<DebugTargetCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<DebugTargetCfgClient,DebugTargetCfg>
public BooleanPropertyDefinition getDebugExceptionsOnlyPropertyDefinition()
Indicates whether only logs with exception should be logged.
public StringPropertyDefinition getDebugScopePropertyDefinition()
Specifies the fully-qualified OpenDJ Java package, class, or method affected by the settings in this target definition. Use the number character (#) to separate the class name and the method name (that is, org.opends.server.core.DirectoryServer#startUp).
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Debug Target is enabled.
public BooleanPropertyDefinition getIncludeThrowableCausePropertyDefinition()
Specifies the property to indicate whether to include the cause of exceptions in exception thrown and caught messages.
public BooleanPropertyDefinition getOmitMethodEntryArgumentsPropertyDefinition()
Specifies the property to indicate whether to include method arguments in debug messages.
public BooleanPropertyDefinition getOmitMethodReturnValuePropertyDefinition()
Specifies the property to indicate whether to include the return value in debug messages.
public IntegerPropertyDefinition getThrowableStackFramesPropertyDefinition()
Specifies the property to indicate the number of stack frames to include in the stack trace for method entry and exception thrown messages.
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.