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
-
vm_thr_class(rmi2phone_req, rmi2phone_rep)
-
-
disconnect()
-
-
dtmf(String)
- Record DTMF tone -- will be removed by the running thread
-
run()
-
-
storeMsg()
- Store the recorded message into the hashtable -- assume that the
thread has already been stopped
vm_thr_class
public vm_thr_class(rmi2phone_req req,
rmi2phone_rep rep) throws HTException, BadDNException
dtmf
public void dtmf(String tone)
- Record DTMF tone -- will be removed by the running thread
storeMsg
public void storeMsg() throws HTException
- Store the recorded message into the hashtable -- assume that the
thread has already been stopped
disconnect
public void disconnect() throws RemoteException, NotBoundException, MalformedURLException
run
public void run()
- Overrides:
- run in class Thread
All Packages Class Hierarchy This Package Previous Next Index