Java EE 5 SDK

com.sun.appserv.management.util.misc
Class DebugSinkImpl

java.lang.Object
  extended by com.sun.appserv.management.util.misc.DebugSinkImpl
All Implemented Interfaces:
DebugSink

public final class DebugSinkImpl
extends Object
implements DebugSink


Constructor Summary
DebugSinkImpl(PrintStream out)
           
 
Method Summary
 void print(Object o)
          Output a message without a newline.
 void println(Object o)
          Output a message with a newline.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugSinkImpl

public DebugSinkImpl(PrintStream out)
Method Detail

print

public void print(Object o)
Description copied from interface: DebugSink
Output a message without a newline.

Specified by:
print in interface DebugSink
Parameters:
o - the Object to output

println

public void println(Object o)
Description copied from interface: DebugSink
Output a message with a newline.

Specified by:
println in interface DebugSink
Parameters:
o - the Object to output

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.