Java EE 5 SDK

com.sun.appserv.management.util.misc
Class DebugState.Impl

java.lang.Object
  extended by com.sun.appserv.management.util.misc.DebugState.Impl
All Implemented Interfaces:
DebugState
Enclosing interface:
DebugState

public static final class DebugState.Impl
extends Object
implements DebugState

Convenience class when a simple implement is desired.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.appserv.management.util.misc.DebugState
DebugState.Impl
 
Constructor Summary
DebugState.Impl(boolean status)
           
 
Method Summary
 boolean getDebug()
          Return true if debugging is on.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugState.Impl

public DebugState.Impl(boolean status)
Method Detail

getDebug

public boolean getDebug()
Description copied from interface: DebugState
Return true if debugging is on.

Specified by:
getDebug in interface DebugState

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.