JSR-043: JTAPI-1.4

javax.telephony.capabilities
Interface AddressCapabilities

All Known Subinterfaces:
ACDAddressCapabilities, ACDManagerAddressCapabilities, CallCenterAddressCapabilities, CallControlAddressCapabilities, RouteAddressCapabilities

public interface AddressCapabilities

The AddressCapabilities interface represents the initial capabilities interface for the Address. This interface supports basic queries for the core package.

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

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

See Also:
Provider, Address

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

Method Detail

isObservable

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

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

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org