All Packages Class Hierarchy This Package Previous Next Index
Class iceberg.iap.vat_iap.vat_iap_cs_class
java.lang.Object
|
+----iceberg.iap.vat_iap.vat_iap_cs_class
- public class vat_iap_cs_class
- extends Object
Class to represent all info about call state. There are a lot of
redundant fields in req and rep.
-
ca
- The call agent interface associated with this call
-
call_from_remote
- Call from other side?
-
DTMFTones
- Has all the DTMFTones received in this call so far
-
rem_rmi_url
- RMI interface of IAP at the other end.
-
rep
- The reply sent during call establishment
-
req
- The request structure with which the call was made
-
vat_iap_cs_class(rmi2phone_req, rmi2phone_rep, String, boolean, CallAgentIF)
-
req
public rmi2phone_req req
- The request structure with which the call was made
rep
public rmi2phone_rep rep
- The reply sent during call establishment
rem_rmi_url
public String rem_rmi_url
- RMI interface of IAP at the other end. NOTE: this is no longer
valid -- when operating with a call agent
call_from_remote
public boolean call_from_remote
- Call from other side?
ca
public CallAgentIF ca
- The call agent interface associated with this call
DTMFTones
public String DTMFTones
- Has all the DTMFTones received in this call so far
vat_iap_cs_class
public vat_iap_cs_class(rmi2phone_req req,
rmi2phone_rep rep,
String rem_rmi_url,
boolean call_from_remote,
CallAgentIF ca)
All Packages Class Hierarchy This Package Previous Next Index