Class semper.comm.ComPointMailReceiverThread
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.comm.ComPointMailReceiverThread

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----semper.comm.ComPointMailReceiverThread

public class ComPointMailReceiverThread
extends Thread
implements ComPointConstants
Defines a receiver thread for ComPointMail. It is started when the ComPointMail class is initialized.
Version:
beta-4, 12.8.96
Author:
Mehdi Nassehi

Variable Index

 o maxConsExp
 o receiverSocket
 o recordTable
 o serverRecordTable

Constructor Index

 o ComPointMailReceiverThread(ServerSocket, Hashtable, Hashtable)
creates a receiver thread.

Method Index

 o run()
main body of ComPointMailReceiverThread.

Variables

 o receiverSocket
  protected static ServerSocket receiverSocket
 o recordTable
  protected static Hashtable recordTable
 o serverRecordTable
  protected static Hashtable serverRecordTable
 o maxConsExp
  protected static int maxConsExp

Constructors

 o ComPointMailReceiverThread
  protected ComPointMailReceiverThread(ServerSocket receiverSocket,
                                       Hashtable recordTable,
                                       Hashtable serverRecordTable)
creates a receiver thread.
Parameters:
receiverSocket - receiver socket
recordTable - table of ComPoint records
serverRecordTable - table of server ComPoint records

Methods

 o run
  public void run()
main body of ComPointMailReceiverThread.
Overrides:
run in class Thread

All Packages  Class Hierarchy  This Package  Previous  Next  Index