All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iceberg.ipop.CallState

java.lang.Object
   |
   +----iceberg.ipop.CallSessionMsg
           |
           +----iceberg.ipop.CallState

public class CallState
extends CallSessionMsg

Variable Index

 o _callAgentStub
 o _key
 o _myEndPointInfo
 o _otherInfo
 o _uniqueID

Constructor Index

 o CallState()
 o CallState(String, CallAgent, EndPointInfo)
 o CallState(String, EndPointInfo)

Method Index

 o equals(CallState)
 o getCallAgent()
 o getEndPointInfo()
 o getKey()
 o getOtherInfo()
 o getUniqueID()
 o isEndPointChanged(CallState)
 o isServiceHandoff(CallState)
 o setCallAgent(CallAgent)
 o setEndPointInfo(EndPointInfo)
 o setOtherInfo(String)
 o setUniqueID(String)
 o toString()

Variables

 o _uniqueID
 protected String _uniqueID
 o _callAgentStub
 protected NinjaRemoteStub _callAgentStub
 o _myEndPointInfo
 protected EndPointInfo _myEndPointInfo
 o _key
 protected CallStateTableKey _key
 o _otherInfo
 protected String _otherInfo

Constructors

 o CallState
 public CallState()
 o CallState
 public CallState(String uniqueID,
                  CallAgent callAgent,
                  EndPointInfo myEndPointInfo)
 o CallState
 public CallState(String uniqueID,
                  EndPointInfo endPointInfo)

Methods

 o getKey
 public CallStateTableKey getKey()
Overrides:
getKey in class CallSessionMsg
 o getUniqueID
 public String getUniqueID()
Overrides:
getUniqueID in class CallSessionMsg
 o getCallAgent
 public CallAgentIF getCallAgent()
 o getEndPointInfo
 public EndPointInfo getEndPointInfo()
 o getOtherInfo
 public String getOtherInfo()
 o setOtherInfo
 public void setOtherInfo(String otherInfo)
 o setUniqueID
 public void setUniqueID(String uniqueID)
 o setCallAgent
 public void setCallAgent(CallAgent callAgent)
 o setEndPointInfo
 public void setEndPointInfo(EndPointInfo endPointInfo)
 o equals
 public synchronized boolean equals(CallState callState)
 o isServiceHandoff
 public boolean isServiceHandoff(CallState callState)
 o isEndPointChanged
 public boolean isEndPointChanged(CallState callState)
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index