Package org.glassfish.admin.amx.util
Interface DebugOut
-
- All Superinterfaces:
DebugSink
- All Known Implementing Classes:
DebugOutImpl
public interface DebugOut extends DebugSink
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddebug(Object... args)If getDebug() returns true, output the argumentsvoiddebugMethod(String methodName, Object... args)voiddebugMethod(String methodName, String msg, Object... args)booleangetDebug()Return true if debugging is on.StringgetID()Return the arbitrary identifier for this instance.
-