Java EE 5 SDK

com.sun.appserv.management.util.misc
Interface DebugOut

All Superinterfaces:
DebugSink
All Known Implementing Classes:
DebugOutImpl

public interface DebugOut
extends DebugSink


Method Summary
 void debug(Object... args)
          If getDebug() returns true, output the arguments
 void debugMethod(String methodName, Object... args)
           
 void debugMethod(String methodName, String msg, Object... args)
           
 boolean getDebug()
          Return true if debugging is on.
 String getID()
          Return the arbitrary identifier for this instance.
 
Methods inherited from interface com.sun.appserv.management.util.misc.DebugSink
print, println
 

Method Detail

getDebug

boolean getDebug()
Return true if debugging is on.


getID

String getID()
Return the arbitrary identifier for this instance.


debug

void debug(Object... args)
If getDebug() returns true, output the arguments


debugMethod

void debugMethod(String methodName,
                 Object... args)

debugMethod

void debugMethod(String methodName,
                 String msg,
                 Object... args)

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.