All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iceberg.pref_reg.pref_req

java.lang.Object
   |
   +----iceberg.pref_reg.pref_req

public class pref_req
extends Object
implements Serializable
Defines the format of a preference registry lookup request


Variable Index

 o BUSY
 o IDLE
 o RINGING
 o UNREACHABLE

Constructor Index

 o pref_req(String)
Construct a pref_req structure from the string from an RMI call.
 o pref_req(String, String, String, String, String, String)

Method Index

 o getStr()
Return the String representation that is appropriate for the arg of the RMI call
 o toString()

Variables

 o IDLE
 public static final String IDLE
 o BUSY
 public static final String BUSY
 o RINGING
 public static final String RINGING
 o UNREACHABLE
 public static final String UNREACHABLE

Constructors

 o pref_req
 public pref_req(String callee_uniqid,
                 String caller_id,
                 String caller_uniqid,
                 String caller_type,
                 String call_state,
                 String called_number)
 o pref_req
 public pref_req(String rmiStr)
Construct a pref_req structure from the string from an RMI call. The format of the string is the same as the one returned by pref_req.getStr()

Methods

 o getStr
 public String getStr()
Return the String representation that is appropriate for the arg of the RMI call

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index