com.avaya.jtapi.tsapi
Class V7OriginalCallInfo

java.lang.Object
  extended by com.avaya.jtapi.tsapi.OriginalCallInfo
      extended by com.avaya.jtapi.tsapi.V5OriginalCallInfo
          extended by com.avaya.jtapi.tsapi.V7OriginalCallInfo

public final class V7OriginalCallInfo
extends V5OriginalCallInfo

This class adds DEFINITY G3 PBX Driver Version 7 private data extensions to OriginalCallInfo. Specifically, it adds the first V7DeviceHistoryEntry associated with the call.

See Also:
V7DeviceHistoryEntry

Field Summary
 
Fields inherited from class com.avaya.jtapi.tsapi.OriginalCallInfo
OR_CONFERENCED, OR_CONSULTATION, OR_NEW_CALL, OR_NONE, OR_TRANSFERRED
 
Constructor Summary
V7OriginalCallInfo()
           
 
Method Summary
 V7DeviceHistoryEntry[] getDeviceHistory()
          returns the first non-null device history value recorded for this call, as indicated by messages.
 boolean hasDeviceHistory()
           
 
Methods inherited from class com.avaya.jtapi.tsapi.V5OriginalCallInfo
canSetBillRate, getCallOriginatorType, getUCID, hasCallOriginatorType
 
Methods inherited from class com.avaya.jtapi.tsapi.OriginalCallInfo
getCalledDevice, getCallingDevice, getLookaheadInfo, getReason, getTrunk, getUserEnteredCode, getUserToUserInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

V7OriginalCallInfo

public V7OriginalCallInfo()
Method Detail

getDeviceHistory

public V7DeviceHistoryEntry[] getDeviceHistory()
returns the first non-null device history value recorded for this call, as indicated by messages.


hasDeviceHistory

public boolean hasDeviceHistory()


Copyright © 2006 Avaya All Rights Reserved.