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

Constructor Index

 o TTY(String, String, String, String, PrintStream, PrintStream, boolean)

Method Index

 o breakpointEvent(RemoteThread)
 o exceptionEvent(RemoteThread, String)
 o main(String[])
 o printToConsole(String)
 o quitEvent()
 o threadDeathEvent(RemoteThread)

Constructors

 o TTY
 public TTY(String host,
            String password,
            String javaArgs,
            String args,
            PrintStream outStream,
            PrintStream consoleStream,
            boolean verbose) throws Exception

Methods

 o printToConsole
 public synchronized void printToConsole(String text) throws Exception
 o breakpointEvent
 public void breakpointEvent(RemoteThread t) throws Exception
 o exceptionEvent
 public void exceptionEvent(RemoteThread t,
                            String errorText) throws Exception
 o threadDeathEvent
 public void threadDeathEvent(RemoteThread t) throws Exception
 o quitEvent
 public void quitEvent() throws Exception
 o main
 public static void main(String argv[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index