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

Constructor Index

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

Method Index

 o run()
main body of ComPointMailReceiverThread.

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