com.sun.appserv.management.util.misc
Class DebugSinkImpl
java.lang.Object
com.sun.appserv.management.util.misc.DebugSinkImpl
- All Implemented Interfaces:
- DebugSink
public final class DebugSinkImpl
- extends Object
- implements DebugSink
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 |
DebugSinkImpl
public DebugSinkImpl(PrintStream out)
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
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.