|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DebugOut
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 |
---|
boolean getDebug()
String getID()
void debug(Object... args)
void debugMethod(String methodName, Object... args)
void debugMethod(String methodName, String msg, Object... args)
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.