All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iceberg.iap.vm_iap.vm_thr_class

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----iceberg.iap.vm_iap.vm_thr_class

public class vm_thr_class
extends Thread
implements Runnable
The per-session thread for the voice-mail IAP


Constructor Index

 o vm_thr_class(rmi2phone_req, rmi2phone_rep)

Method Index

 o disconnect()
 o dtmf(String)
Record DTMF tone -- will be removed by the running thread
 o run()
 o storeMsg()
Store the recorded message into the hashtable -- assume that the thread has already been stopped

Constructors

 o vm_thr_class
 public vm_thr_class(rmi2phone_req req,
                     rmi2phone_rep rep) throws HTException, BadDNException

Methods

 o dtmf
 public void dtmf(String tone)
Record DTMF tone -- will be removed by the running thread

 o storeMsg
 public void storeMsg() throws HTException
Store the recorded message into the hashtable -- assume that the thread has already been stopped

 o disconnect
 public void disconnect() throws RemoteException, NotBoundException, MalformedURLException
 o run
 public void run()
Overrides:
run in class Thread

All Packages  Class Hierarchy  This Package  Previous  Next  Index