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


Constructor Index

 o mm_thr_class(rmi2phone_req, rmi2phone_rep)

Method Index

 o disconnect()
Disconnect the call session
 o dtmf(String)
Record DTMF tone -- will be removed by the running thread
 o run()

Constructors

 o mm_thr_class
 public mm_thr_class(rmi2phone_req req,
                     rmi2phone_rep rep) throws BadDNException

Methods

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

 o disconnect
 public void disconnect() throws RemoteException, NotBoundException, MalformedURLException
Disconnect the call session

 o run
 public void run()
Overrides:
run in class Thread

All Packages  Class Hierarchy  This Package  Previous  Next  Index