All Packages Class Hierarchy This Package Previous Next Index
Class iceberg.iap.mm_iap.mm_thr_class
java.lang.Object
|
+----java.lang.Thread
|
+----iceberg.iap.mm_iap.mm_thr_class
- public class mm_thr_class
- extends Thread
- implements Runnable
The per-session MediaManager IAP thread
-
mm_thr_class(rmi2phone_req, rmi2phone_rep)
-
-
disconnect()
- Disconnect the call session
-
dtmf(String)
- Record DTMF tone -- will be removed by the running thread
-
run()
-
mm_thr_class
public mm_thr_class(rmi2phone_req req,
rmi2phone_rep rep) throws BadDNException
dtmf
public void dtmf(String tone)
- Record DTMF tone -- will be removed by the running thread
disconnect
public void disconnect() throws RemoteException, NotBoundException, MalformedURLException
- Disconnect the call session
run
public void run()
- Overrides:
- run in class Thread
All Packages Class Hierarchy This Package Previous Next Index