|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.admin.AbstractManagedObjectDefinition<C,S>
org.opends.server.admin.ManagedObjectDefinition<DebugTargetCfgClient,DebugTargetCfg>
org.opends.server.admin.std.meta.DebugTargetCfgDefn
public final class DebugTargetCfgDefn
An interface for querying the Debug Target managed object definition meta information.
Debug Targets define the types of messages logged by the debug logPublisher.
Nested Class Summary | |
---|---|
static class |
DebugTargetCfgDefn.DebugCategory
Defines the set of permissable values for the "debug-category" property. |
static class |
DebugTargetCfgDefn.DebugLevel
Defines the set of permissable values for the "debug-level" property. |
Method Summary | |
---|---|
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. |
EnumPropertyDefinition<DebugTargetCfgDefn.DebugCategory> |
getDebugCategoryPropertyDefinition()
Get the "debug-category" property definition. |
EnumPropertyDefinition<DebugTargetCfgDefn.DebugLevel> |
getDebugLevelPropertyDefinition()
Get the "debug-level" property definition. |
StringPropertyDefinition |
getDebugScopePropertyDefinition()
Get the "debug-scope" 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. |
java.lang.Class<DebugTargetCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this managed object definition. |
IntegerPropertyDefinition |
getThrowableStackFramesPropertyDefinition()
Get the "throwable-stack-frames" property definition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
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 java.lang.Class<DebugTargetCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<DebugTargetCfgClient,DebugTargetCfg>
public EnumPropertyDefinition<DebugTargetCfgDefn.DebugCategory> getDebugCategoryPropertyDefinition()
Specifies the debug message categories to be logged.
public EnumPropertyDefinition<DebugTargetCfgDefn.DebugLevel> getDebugLevelPropertyDefinition()
Specifies the lowest severity level of debug messages to log.
public StringPropertyDefinition getDebugScopePropertyDefinition()
Specifies the fully-qualified OpenDS 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 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |