Java EE 5 SDK

com.sun.appserv.management.util.misc
Interface DebugSink

All Known Subinterfaces:
DebugOut, Output
All Known Implementing Classes:
AMXDebug.WrapOutput, DebugOutImpl, DebugSinkImpl, FileOutput, OutputIgnore

public interface DebugSink


Method Summary
 void print(Object o)
          Output a message without a newline.
 void println(Object o)
          Output a message with a newline.
 

Method Detail

print

void print(Object o)
Output a message without a newline.

Parameters:
o - the Object to output

println

void println(Object o)
Output a message with a newline.

Parameters:
o - the Object to output

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.