- java.lang.Object
-
- com.ibm.jvm.dtfjview.ConsoleOutputChannel
-
- All Implemented Interfaces:
IOutputChannel
public class ConsoleOutputChannel extends Object implements IOutputChannel
-
-
Constructor Summary
Constructors Constructor Description ConsoleOutputChannel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
error(String outputString)
void
error(String msg, Exception e)
void
printInput(long timestamp, String prompt, String outputString)
void
setNoPrint(boolean b)
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.jvm.dtfjview.spi.IOutputChannel
close, flush, print, println, printPrompt
-
-