Package org.glassfish.admin.amx.util
Interface DebugSink
-
- All Known Implementing Classes:
AMXDebug.WrapOutput,DebugOutImpl,DebugSinkImpl,FileOutput,OutputIgnore
public interface DebugSink
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprint(Object o)Output a message without a newline.voidprintln(Object o)Output a message with a newline.
-