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

Constructor Index

 o 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.

Method Index

 o getCallState()
 o getRingReply()
 o isSuccessful()

Constructors

 o 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

Methods

 o isSuccessful
 public boolean isSuccessful()
 o getCallState
 public CallState getCallState()
 o getRingReply
 public RingReply getRingReply()

All Packages  Class Hierarchy  This Package  Previous  Next  Index