All Packages Class Hierarchy This Package Previous Next Index
Class sun.tools.ttydebug.TTY
java.lang.Object
|
+----sun.tools.ttydebug.TTY
- public class TTY
- extends Object
-
TTY(String, String, String, String, PrintStream, PrintStream, boolean)
-
-
breakpointEvent(RemoteThread)
-
-
exceptionEvent(RemoteThread, String)
-
-
main(String[])
-
-
printToConsole(String)
-
-
quitEvent()
-
-
threadDeathEvent(RemoteThread)
-
TTY
public TTY(String host,
String password,
String javaArgs,
String args,
PrintStream outStream,
PrintStream consoleStream,
boolean verbose) throws Exception
printToConsole
public synchronized void printToConsole(String text) throws Exception
breakpointEvent
public void breakpointEvent(RemoteThread t) throws Exception
exceptionEvent
public void exceptionEvent(RemoteThread t,
String errorText) throws Exception
threadDeathEvent
public void threadDeathEvent(RemoteThread t) throws Exception
quitEvent
public void quitEvent() throws Exception
main
public static void main(String argv[])
All Packages Class Hierarchy This Package Previous Next Index