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.
-
BUSY
-
-
callee_data_ip_addr
- Should be part of an XML connector descr ideally
-
callee_data_port
- Should be part of an XML connector descr ideally
-
callid
- Call id that was in the original request
-
FAILED
-
-
OK
-
-
RINGING
-
-
succ
- Success indication: OK/BUSY/RINGING/UNREACHABLE/FAILED
-
UNREACHABLE
-
-
rmi2phone_rep(String, String, String, int)
-
-
toString()
-
succ
public String succ
- Success indication: OK/BUSY/RINGING/UNREACHABLE/FAILED
callid
public String callid
- Call id that was in the original request
callee_data_ip_addr
public String callee_data_ip_addr
- Should be part of an XML connector descr ideally
callee_data_port
public int callee_data_port
- Should be part of an XML connector descr ideally
OK
public static final String OK
BUSY
public static final String BUSY
RINGING
public static final String RINGING
UNREACHABLE
public static final String UNREACHABLE
FAILED
public static final String FAILED
rmi2phone_rep
public rmi2phone_rep(String succ,
String callid,
String callee_data_ip_addr,
int callee_data_port)
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index