Class part3.chapter16.TransactionServer
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class part3.chapter16.TransactionServer

java.lang.Object
   |
   +----part3.chapter16.TransactionServer

public class TransactionServer
extends Object
implements Runnable

Variable Index

 o h
 o i
 o o

Constructor Index

 o TransactionServer(InputStream, OutputStream)

Method Index

 o main(String[])
 o run()

Variables

 o h
  protected Hashtable h
 o i
  protected InputStream i
 o o
  protected OutputStream o

Constructors

 o TransactionServer
  public TransactionServer(InputStream i,
                           OutputStream o)

Methods

 o run
  public void run()
 o main
  public static void main(String args[]) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index