JSR-043: JTAPI-1.4

javax.telephony.capabilities
Interface ProviderCapabilities

All Known Subinterfaces:
CallCenterProviderCapabilities

public interface ProviderCapabilities

The ProviderCapabilities interface represents the initial capabilities interface for the Provider. This interface supports basic queries for the core package.

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

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

See Also:
Provider

Method Summary
 boolean isObservable()
          Returns true if this Provider can be observed, false otherwise.
 

Method Detail

isObservable

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

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

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org