|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.avaya.jtapi.tsapi.V7DeviceHistoryEntry
an entry that represents a connection that was formerly on a call. This provides equivalent content to the Avaya TSAPI service implementation of CSTA3 DeviceHistory parameter (see ECMA-269 Edition 5, "12.2.13 DeviceHistory"). Note that private interfaces are defined to enable an application to use the TSAPI information (specifically the ConnectionID).
LucentEventCause
,
LucentV7CallInfo
,
V7OriginalCallInfo
Method Summary | |
short |
getEventCause()
get the cause for the connection dropping. |
ConnectionID |
getOldConnectionID()
get the dropped ConnectionID. |
java.lang.String |
getOldDeviceID()
get the name of the device dropped with the connection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getOldDeviceID()
public short getEventCause()
Note that the eventCause is a number whose value is one of the entries described in LucentEventCause.
LucentEventCause
public ConnectionID getOldConnectionID()
This might be useful to an application if it needed to get a reference to the Call that the ConnectionID refers to. Note that the CallID (int) may be retrieved using the LucentConnectionID interface. This value may then be used to look up the Call, using the getCall(int) method of the ITsapiProviderPrivate interface.
ITsapiProviderPrivate
,
LucentConnectionID
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |