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.


Variable Index

 o ca
The call agent interface associated with this call
 o call_from_remote
Call from other side?
 o DTMFTones
Has all the DTMFTones received in this call so far
 o rem_rmi_url
RMI interface of IAP at the other end.
 o rep
The reply sent during call establishment
 o req
The request structure with which the call was made

Constructor Index

 o vat_iap_cs_class(rmi2phone_req, rmi2phone_rep, String, boolean, CallAgentIF)

Variables

 o req
 public rmi2phone_req req
The request structure with which the call was made

 o rep
 public rmi2phone_rep rep
The reply sent during call establishment

 o 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

 o call_from_remote
 public boolean call_from_remote
Call from other side?

 o ca
 public CallAgentIF ca
The call agent interface associated with this call

 o DTMFTones
 public String DTMFTones
Has all the DTMFTones received in this call so far

Constructors

 o 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