JSR-043: JTAPI-1.4

javax.telephony.callcenter.capabilities
Interface ACDConnectionCapabilities

All Superinterfaces:
ConnectionCapabilities

public interface ACDConnectionCapabilities
extends ConnectionCapabilities

The ACDConnectionCapabilities interface extends the ConnectionCapabilities interface to add capabilities methods for the ACDConnection interface. Applications query these methods to find out what actions are possible on the ACDConnection interface.


Method Summary
 boolean canGetACDManagerConnection()
          This method returns true if the method getACDManagerConnection on the ACDConnection interface is supported.
 
Methods inherited from interface javax.telephony.capabilities.ConnectionCapabilities
canDisconnect
 

Method Detail

canGetACDManagerConnection

public boolean canGetACDManagerConnection()
This method returns true if the method getACDManagerConnection on the ACDConnection interface is supported.

Returns:
True if the method getACDManagerConnection on the ACDConnection interface is supported.

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org