FileDocCategorySizeDatePackage
DebugOut.javaAPI DocGlassfish v2 API2494Fri May 04 22:31:06 BST 2007com.sun.appserv.management.util.misc

DebugOut

public interface DebugOut implements DebugSink

Fields Summary
Constructors Summary
Methods Summary
public voiddebug(java.lang.Object args)
If getDebug() returns true, output the arguments

public voiddebugMethod(java.lang.String methodName, java.lang.Object args)

public voiddebugMethod(java.lang.String methodName, java.lang.String msg, java.lang.Object args)

public booleangetDebug()
Return true if debugging is on.

public java.lang.StringgetID()
Return the arbitrary identifier for this instance.