JSR-043: JTAPI-1.4

javax.telephony.capabilities
Interface ConnectionCapabilities

All Known Subinterfaces:
ACDConnectionCapabilities, ACDManagerConnectionCapabilities, CallControlConnectionCapabilities

public interface ConnectionCapabilities

The ConnectionCapabilities interface represents the initial capabilities interface for the Connection. This interface supports basic queries for the core package.

Applications obtain the static Connection capabilities via the Provider.getConnectionCapabilities() method, and the dynamic capabilities via the Connection.getCapabilities() method. This interface is used to represent both static and dynamic capabilities.

Any package which extends the core Connection interface should also extend this interface to provide additional capability queries for that particular package.

See Also:
Provider, Connection

Method Summary
 boolean canDisconnect()
          Returns true if the application can invoke Connection.disconnect()perform a disconnect(), false otherwise.
 

Method Detail

canDisconnect

public boolean canDisconnect()
Returns true if the application can invoke Connection.disconnect()perform a disconnect(), false otherwise.

Returns:
True if the application can disconnect, false otherwise.

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org