All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.comm.ComPointMailCleanerThread

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

public class ComPointMailCleanerThread
extends Thread
Defines a thread for periodically notifying on records in the ComPointMail module. This threaded is started when ComPointMail class is initialized.

Version:
beta-4, 12.8.96
Author:
Mehdi Nassehi

Constructor Index

 o ComPointMailCleanerThread(long, Hashtable, Hashtable)
Thread for cleaning expired ComPointMail records.

Method Index

 o run()
main body of ComPointMailCleanerThread.

Constructors

 o ComPointMailCleanerThread
 protected ComPointMailCleanerThread(long cleaningPeriod,
                                     Hashtable serverRecordTable,
                                     Hashtable recordTable)
Thread for cleaning expired ComPointMail records.

Parameters:
cleaningPeriod - cleaning period in milliseconds
serverRecordTable - table of server records
recordTable - table of initiator and responder records

Methods

 o run
 public void run()
main body of ComPointMailCleanerThread.

Overrides:
run in class Thread

All Packages  Class Hierarchy  This Package  Previous  Next  Index