Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

weblogic.diagnostics.debug
Interface DebugScopeBean

All Known Subinterfaces:
DebugScopeMBean

public interface DebugScopeBean

This interface captures whether the enabled state of a debug scope. The name of a debug scope is the fully qualified scope name for example weblogic.security.SSL


Method Summary
 String getName()
          The name of this configuration.
 boolean isEnabled()
          Gets the enabled state of the debug scope mbean.
 void setEnabled(boolean enabled)
          Sets the enabled state of this DebugScope
 void setName(String name)
          The name of this debug scope.
 

Method Detail

getName

String getName()

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.


setName

void setName(String name)

The name of this debug scope.

This method can NOT set a null value.
This method can NOT set a value of zero length.

isEnabled

boolean isEnabled()
Gets the enabled state of the debug scope mbean. By default a debug scope is disabled.

Returns:
The enabled state of the debug scope mbean
Default Value:
false

setEnabled

void setEnabled(boolean enabled)
Sets the enabled state of this DebugScope

Parameters:
enabled - The boolean value to be set for the enabled state.

Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01