JSR-043: JTAPI-1.4

javax.telephony.callcontrol.capabilities
Interface CallControlConnectionCapabilities

All Superinterfaces:
ConnectionCapabilities

public interface CallControlConnectionCapabilities
extends ConnectionCapabilities

The CallControlConnectionCapabilities interface extends the core ConnectionCapabilities interface. This interface provides methods to reflect the capabilities of the methods on the interface.

The Provider.getConnectionCapabilities() method returns the static Connection capabilities, and the Connection.getCapabilities() method returns the dynamic Connection capabilities. The object returned from each of these methods can be queried with the instanceof operator to check if it supports this interface. This same interface is used to reflect both static and dynamic Connection capabilities.

See Also:
Provider, Connection, ConnectionCapabilities

Method Summary
 boolean canAccept()
          Returns true if the application can invoke the accept feature, false otherwise.
 boolean canAddToAddress()
          Returns true if the application can invoke the add to address feature, false otherwise.
 boolean canPark()
          Returns true if the application can invoke the park feature, false otherwise.
 boolean canRedirect()
          Returns true if the application can invoke the redirect feature, false otherwise.
 boolean canReject()
          Returns true if the application can invoke the reject feature, false otherwise.
 
Methods inherited from interface javax.telephony.capabilities.ConnectionCapabilities
canDisconnect
 

Method Detail

canRedirect

public boolean canRedirect()
Returns true if the application can invoke the redirect feature, false otherwise.

Returns:
True if the application can invoke the redirect feature, false otherwise.

canAddToAddress

public boolean canAddToAddress()
Returns true if the application can invoke the add to address feature, false otherwise.

Returns:
True if the application can invoke the add to address feature, false otherwise.

canAccept

public boolean canAccept()
Returns true if the application can invoke the accept feature, false otherwise.

Returns:
True if the application can invoke the accept feature, false otherwise.

canReject

public boolean canReject()
Returns true if the application can invoke the reject feature, false otherwise.

Returns:
True if the application can invoke the reject feature, false otherwise.

canPark

public boolean canPark()
Returns true if the application can invoke the park feature, false otherwise.

Returns:
True if the application can invoke the park feature, false otherwise.

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org