All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gestalt.Status

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----gestalt.Status

public class Status
extends Thread

Variable Index

 o in
 o out
 o peer
 o server

Constructor Index

 o Status(Socket, Server)

Method Index

 o close()
 o exec(Command)
 o print(String)
 o println(String)
 o printStatus(String[])
 o report(String)
 o run()
 o toString()

Variables

 o peer
 protected Socket peer
 o in
 protected BufferedReader in
 o out
 protected BufferedWriter out
 o server
 protected Server server

Constructors

 o Status
 public Status(Socket peer,
               Server server) throws IOException

Methods

 o println
 public void println(String line)
 o print
 public void print(String line)
 o printStatus
 public void printStatus(String stat[])
 o exec
 public boolean exec(Command cmd)
 o run
 public void run()
Overrides:
run in class Thread
 o report
 public void report(String s)
 o toString
 public String toString()
Overrides:
toString in class Thread
 o close
 public void close()

All Packages  Class Hierarchy  This Package  Previous  Next  Index