JSR-043: JTAPI-1.4

javax.telephony.capabilities
Interface CallCapabilities

All Known Subinterfaces:
CallCenterCallCapabilities, CallControlCallCapabilities

public interface CallCapabilities

The CallCapabilities interface represents the initial capabilities interface for the Call. This interface supports basic queries for the core package.

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

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

See Also:
Provider, Call

Method Summary
 boolean canConnect()
          Returns true if the application can invoke Call.connect(), false otherwise.
 boolean isObservable()
          Returns true if this Call can be observed, false otherwise.
 

Method Detail

canConnect

public boolean canConnect()
Returns true if the application can invoke Call.connect(), false otherwise.

Returns:
True if the application can perform a connect, false otherwise.

isObservable

public boolean isObservable()
Returns true if this Call can be observed, false otherwise.

Returns:
True if this Call can be observed, false otherwise.

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org