All Packages Class Hierarchy This Package Previous Next Index
Class iceberg.ipop.CallRequestReply
java.lang.Object
|
+----iceberg.ipop.CallRequestReply
- public class CallRequestReply
- extends Object
- implements Serializable
CallRequestReply is an object that replies to call requests.
- See Also:
- CallRequest, IncomingCallRequest, OutgoingCallRequest
-
CallRequestReply(boolean, CallState, RingReply)
- Constructor for call request reply:
succ is whether the call request processing is successful;
callState is the call state the call agent should announce;
ringReply is the ringReply for the call request -- this is only
needed for OutgoingCallRequest.
-
getCallState()
-
-
getRingReply()
-
-
isSuccessful()
-
CallRequestReply
public CallRequestReply(boolean succ,
CallState callState,
RingReply ringReply)
- Constructor for call request reply:
succ is whether the call request processing is successful;
callState is the call state the call agent should announce;
ringReply is the ringReply for the call request -- this is only
needed for OutgoingCallRequest.
- See Also:
- CallState, RingReply
isSuccessful
public boolean isSuccessful()
getCallState
public CallState getCallState()
getRingReply
public RingReply getRingReply()
All Packages Class Hierarchy This Package Previous Next Index