JSR-043: JTAPI-1.4

javax.telephony.capabilities
Interface TerminalCapabilities

All Known Subinterfaces:
AgentTerminalCapabilities, CallControlTerminalCapabilities

public interface TerminalCapabilities

The TerminalCapabilities interface represents the initial capabilities interface for the Terminal. This interface supports basic queries for the core package.

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

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

See Also:
Provider, Terminal

Method Summary
 boolean isObservable()
          Returns true if this Terminal is observable, false otherwise.
 

Method Detail

isObservable

public boolean isObservable()
Returns true if this Terminal is observable, false otherwise.

Returns:
True if this Terminal is observable, false otherwise.

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org