Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


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
abstract  String getName()
          The name of this configuration.
abstract  boolean isEnabled()
          Gets the enabled state of the debug scope mbean.
abstract  void setEnabled(boolean enabled)
          Sets the enabled state of this DebugScope
abstract  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.


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

setEnabled

void setEnabled(boolean enabled)
Sets the enabled state of this DebugScope
Parameters:
enabled - The boolean value to be set for the enabled state.

Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09