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
-
BUSY
-
-
IDLE
-
-
RINGING
-
-
UNREACHABLE
-
-
pref_req(String)
- Construct a pref_req structure from the string from an RMI call.
-
pref_req(String, String, String, String, String, String)
-
-
getStr()
- Return the String representation that is appropriate for
the arg of the RMI call
-
toString()
-
IDLE
public static final String IDLE
BUSY
public static final String BUSY
RINGING
public static final String RINGING
UNREACHABLE
public static final String UNREACHABLE
pref_req
public pref_req(String callee_uniqid,
String caller_id,
String caller_uniqid,
String caller_type,
String call_state,
String called_number)
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()
getStr
public String getStr()
- Return the String representation that is appropriate for
the arg of the RMI call
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index