All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gestalt.Writer

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

public class Writer
extends Thread

Constructor Index

 o Writer(Connection, ThreadGroup, OutputStream, Vector)

Method Index

 o close()
 o run()
 o status()

Constructors

 o Writer
 public Writer(Connection connection,
               ThreadGroup threadgroup,
               OutputStream out,
               Vector outgoing) throws IOException

Methods

 o status
 public String status()
 o close
 protected void close() throws IOException
 o run
 public void run()
Overrides:
run in class Thread

All Packages  Class Hierarchy  This Package  Previous  Next  Index