com.avaya.jtapi.tsapi
Interface ITsapiConnection

All Superinterfaces:
CallControlConnection, Connection
All Known Subinterfaces:
LucentConnection, LucentV5Connection, LucentV6Connection

public interface ITsapiConnection
extends Connection, CallControlConnection

ITsapiConnection extends Jtapi Connection and CallControlConnection.

This interface was added so that LucentConnection could extend it and migration of methods from LucentConnection to ITsapiConnection would not affect applications using LucentConnection. Methods in LucentConnection currently map to Tsapi Data for Definity. It is expected that once the functionality is part of Tsapi the methods will migrate.


Field Summary
 
Fields inherited from interface javax.telephony.Connection
ALERTING, CONNECTED, DISCONNECTED, FAILED, IDLE, INPROGRESS, UNKNOWN
 
Fields inherited from interface javax.telephony.callcontrol.CallControlConnection
ALERTING, DIALING, DISCONNECTED, ESTABLISHED, FAILED, IDLE, INITIATED, NETWORK_ALERTING, NETWORK_REACHED, OFFERED, OFFERING, QUEUED, UNKNOWN
 
Methods inherited from interface javax.telephony.Connection
disconnect, getAddress, getCall, getCapabilities, getConnectionCapabilities, getState, getTerminalConnections
 
Methods inherited from interface javax.telephony.callcontrol.CallControlConnection
accept, addToAddress, getCallControlState, park, redirect, reject
 



Copyright © 2005 Avaya All Rights Reserved.