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
-
_callAgentStub
-
-
_key
-
-
_myEndPointInfo
-
-
_otherInfo
-
-
_uniqueID
-
-
CallState()
-
-
CallState(String, CallAgent, EndPointInfo)
-
-
CallState(String, EndPointInfo)
-
-
equals(CallState)
-
-
getCallAgent()
-
-
getEndPointInfo()
-
-
getKey()
-
-
getOtherInfo()
-
-
getUniqueID()
-
-
isEndPointChanged(CallState)
-
-
isServiceHandoff(CallState)
-
-
setCallAgent(CallAgent)
-
-
setEndPointInfo(EndPointInfo)
-
-
setOtherInfo(String)
-
-
setUniqueID(String)
-
-
toString()
-
_uniqueID
protected String _uniqueID
_callAgentStub
protected NinjaRemoteStub _callAgentStub
_myEndPointInfo
protected EndPointInfo _myEndPointInfo
_key
protected CallStateTableKey _key
_otherInfo
protected String _otherInfo
CallState
public CallState()
CallState
public CallState(String uniqueID,
CallAgent callAgent,
EndPointInfo myEndPointInfo)
CallState
public CallState(String uniqueID,
EndPointInfo endPointInfo)
getKey
public CallStateTableKey getKey()
- Overrides:
- getKey in class CallSessionMsg
getUniqueID
public String getUniqueID()
- Overrides:
- getUniqueID in class CallSessionMsg
getCallAgent
public CallAgentIF getCallAgent()
getEndPointInfo
public EndPointInfo getEndPointInfo()
getOtherInfo
public String getOtherInfo()
setOtherInfo
public void setOtherInfo(String otherInfo)
setUniqueID
public void setUniqueID(String uniqueID)
setCallAgent
public void setCallAgent(CallAgent callAgent)
setEndPointInfo
public void setEndPointInfo(EndPointInfo endPointInfo)
equals
public synchronized boolean equals(CallState callState)
isServiceHandoff
public boolean isServiceHandoff(CallState callState)
isEndPointChanged
public boolean isEndPointChanged(CallState callState)
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index