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

Output

public interface Output implements DebugSink
The API that should be used to output from a Cmd running within the framework.

Fields Summary
Constructors Summary
Methods Summary
public voidclose()
Done with it, can be destroyed.

public voidprint(java.lang.Object o)
Output a message without a newline.

param
o the Object to output

public voidprintDebug(java.lang.Object o)
Output a debug error message if getDebug() is currently true.

param
o the Object to output

public voidprintError(java.lang.Object o)
Output a message to error output

param
o the Object to output

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

param
o the Object to output