JSR-043: JTAPI-1.4

javax.telephony.capabilities
Interface TerminalConnectionCapabilities

All Known Subinterfaces:
CallControlTerminalConnectionCapabilities, MediaTerminalConnectionCapabilities

public interface TerminalConnectionCapabilities

The TerminalConnectionCapabilities interface represents the initial capabilities interface for the TerminalConnection. This interface supports basic queries for the core package.

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

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

See Also:
Provider, TerminalConnection

Method Summary
 boolean canAnswer()
          Returns true if the application can invoke TerminalConnection.answer(), false otherwise.
 

Method Detail

canAnswer

public boolean canAnswer()
Returns true if the application can invoke TerminalConnection.answer(), false otherwise.

Returns:
True if the application can answer, false otherwise.

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org