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
-
ComPointMailCleanerThread(long, Hashtable, Hashtable)
- Thread for cleaning expired ComPointMail records.
-
run()
- main body of ComPointMailCleanerThread.
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
run
public void run()
- main body of ComPointMailCleanerThread.
- Overrides:
- run in class Thread
All Packages Class Hierarchy This Package Previous Next Index