JSR-043: JTAPI-1.4

javax.telephony.callcenter.capabilities
Interface CallCenterCallCapabilities

All Superinterfaces:
CallCapabilities

public interface CallCenterCallCapabilities
extends CallCapabilities

The CallCenterCallCapabilities interface extends the CallCapabilities interface to add capabilities methods for the CallCenterCall interface. Applications query these methods to find out what actions are possible on the CallCenterCall interface.


Method Summary
 boolean canConnectPredictive()
          This method returns true if the method connectPredictive on the CallCenterCall interface is supported.
 boolean canGetTrunks()
          This method returns true if the method getTrunks on the CallCenterCall interface is supported.
 boolean canHandleApplicationData()
          This method returns true if the methods setApplicationData and getApplicationData on the CallCenterCall interface are supported.
 
Methods inherited from interface javax.telephony.capabilities.CallCapabilities
canConnect, isObservable
 

Method Detail

canConnectPredictive

public boolean canConnectPredictive()
This method returns true if the method connectPredictive on the CallCenterCall interface is supported.

Returns:
True if the method connectPredictive on the CallCenterCall interface is supported.

canHandleApplicationData

public boolean canHandleApplicationData()
This method returns true if the methods setApplicationData and getApplicationData on the CallCenterCall interface are supported.

Returns:
True if the methods to handle ApplicationData on the CallCenterCall interface are supported.

canGetTrunks

public boolean canGetTrunks()
This method returns true if the method getTrunks on the CallCenterCall interface is supported.

Returns:
True if the method getTrunks on the CallCenterCall interface is supported.

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org