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

DebugSink

public interface DebugSink

Fields Summary
Constructors Summary
Methods Summary
public voidprint(java.lang.Object o)
Output a message without a newline.

param
o the Object to output

public voidprintln(java.lang.Object o)
Output a message with a newline.

param
o the Object to output