All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iceberg.iap.rmi2phone_rep

java.lang.Object
   |
   +----iceberg.iap.rmi2phone_rep

public class rmi2phone_rep
extends Object
implements Serializable
rmi2phone_rep - the reply structure for the IAP call. This is the return value for the RMI call between the IAPs. This is not relevant when operating with a call agent.


Variable Index

 o BUSY
 o callee_data_ip_addr
Should be part of an XML connector descr ideally
 o callee_data_port
Should be part of an XML connector descr ideally
 o callid
Call id that was in the original request
 o FAILED
 o OK
 o RINGING
 o succ
Success indication: OK/BUSY/RINGING/UNREACHABLE/FAILED
 o UNREACHABLE

Constructor Index

 o rmi2phone_rep(String, String, String, int)

Method Index

 o toString()

Variables

 o succ
 public String succ
Success indication: OK/BUSY/RINGING/UNREACHABLE/FAILED

 o callid
 public String callid
Call id that was in the original request

 o callee_data_ip_addr
 public String callee_data_ip_addr
Should be part of an XML connector descr ideally

 o callee_data_port
 public int callee_data_port
Should be part of an XML connector descr ideally

 o OK
 public static final String OK
 o BUSY
 public static final String BUSY
 o RINGING
 public static final String RINGING
 o UNREACHABLE
 public static final String UNREACHABLE
 o FAILED
 public static final String FAILED

Constructors

 o rmi2phone_rep
 public rmi2phone_rep(String succ,
                      String callid,
                      String callee_data_ip_addr,
                      int callee_data_port)

Methods

 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index