|
|||||||||
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<DebugLogPublisherCfgClient,DebugLogPublisherCfg>
org.opends.server.admin.std.meta.DebugLogPublisherCfgDefn
public final class DebugLogPublisherCfgDefn
An interface for querying the Debug Log Publisher managed object definition meta information.
Debug Log Publishers are responsible for distributing debug log messages from the debug logger to a destination.
Nested Class Summary | |
---|---|
static class |
DebugLogPublisherCfgDefn.DefaultDebugCategory
Defines the set of permissable values for the "default-debug-category" property. |
static class |
DebugLogPublisherCfgDefn.DefaultDebugLevel
Defines the set of permissable values for the "default-debug-level" property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static DebugLogPublisherCfgDefn getInstance()
public DebugLogPublisherCfgClient createClientConfiguration(ManagedObject<? extends DebugLogPublisherCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<DebugLogPublisherCfgClient,DebugLogPublisherCfg>
impl
- The managed object.
public DebugLogPublisherCfg createServerConfiguration(ServerManagedObject<? extends DebugLogPublisherCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<DebugLogPublisherCfgClient,DebugLogPublisherCfg>
impl
- The server managed object.
public java.lang.Class<DebugLogPublisherCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<DebugLogPublisherCfgClient,DebugLogPublisherCfg>
public EnumPropertyDefinition<DebugLogPublisherCfgDefn.DefaultDebugCategory> getDefaultDebugCategoryPropertyDefinition()
The debug message categories to be logged when none of the defined targets match the message.
public EnumPropertyDefinition<DebugLogPublisherCfgDefn.DefaultDebugLevel> getDefaultDebugLevelPropertyDefinition()
The lowest severity level of debug messages to log when none of the defined targets match the message.
public BooleanPropertyDefinition getDefaultIncludeThrowableCausePropertyDefinition()
Indicates whether to include the cause of exceptions in exception thrown and caught messages logged by default.
public BooleanPropertyDefinition getDefaultOmitMethodEntryArgumentsPropertyDefinition()
Indicates whether to include method arguments in debug messages logged by default.
public BooleanPropertyDefinition getDefaultOmitMethodReturnValuePropertyDefinition()
Indicates whether to include the return value in debug messages logged by default.
public IntegerPropertyDefinition getDefaultThrowableStackFramesPropertyDefinition()
Indicates the number of stack frames to include in the stack trace for method entry and exception thrown messages.
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Debug Log Publisher is enabled for use.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
The fully-qualified name of the Java class that provides the Debug Log Publisher implementation.
public InstantiableRelationDefinition<DebugTargetCfgClient,DebugTargetCfg> getDebugTargetsRelationDefinition()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |