com.avaya.jtapi.tsapi
Interface LucentProvider

All Superinterfaces:
CallCenterProvider, ITsapiProvider, ITsapiProviderEx, com.avaya.jtapi.tsapi.ITsapiProviderEx2, Provider
All Known Subinterfaces:
LucentV5Provider, LucentV7Provider

public interface LucentProvider
extends com.avaya.jtapi.tsapi.ITsapiProviderEx2

LucentProvider adds methods to obtain Avaya-specific switch information.


Field Summary
 
Fields inherited from interface com.avaya.jtapi.tsapi.ITsapiProvider
TSAPI_IN_SERVICE, TSAPI_INITIALIZING, TSAPI_OUT_OF_SERVICE, TSAPI_SHUTDOWN
 
Method Summary
 CallClassifierInfo getCallClassifierInfo()
          Returns information on call classifier port usage.
 java.util.Date getSwitchDateAndTime()
          Returns current date and time from the switch.
 TrunkGroupInfo getTrunkGroupInfo(java.lang.String trunkAccessCode)
          Returns trunk usage information on the specified trunk group.
 
Methods inherited from interface com.avaya.jtapi.tsapi.ITsapiProviderEx2
requestPrivileges, setPrivileges
 
Methods inherited from interface com.avaya.jtapi.tsapi.ITsapiProviderEx
getServerID, setHeartbeatInterval
 
Methods inherited from interface com.avaya.jtapi.tsapi.ITsapiProvider
getTsapiState, getVendor, getVendorVersion, setDebugPrinting, updateAddresses
 
Methods inherited from interface javax.telephony.callcenter.CallCenterProvider
getACDAddresses, getACDManagerAddresses, getRouteableAddresses
 

Method Detail

getTrunkGroupInfo

TrunkGroupInfo getTrunkGroupInfo(java.lang.String trunkAccessCode)
                                 throws TsapiMethodNotSupportedException
Returns trunk usage information on the specified trunk group.

Throws:
TsapiMethodNotSupportedException

getCallClassifierInfo

CallClassifierInfo getCallClassifierInfo()
                                         throws TsapiMethodNotSupportedException
Returns information on call classifier port usage.

Throws:
TsapiMethodNotSupportedException

getSwitchDateAndTime

java.util.Date getSwitchDateAndTime()
                                    throws TsapiMethodNotSupportedException
Returns current date and time from the switch.

Throws:
TsapiMethodNotSupportedException


Copyright © 2006 Avaya All Rights Reserved.