|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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.
Provider,
TerminalConnection| Method Summary | |
|---|---|
boolean |
canAnswer()
Returns true if the application can invoke TerminalConnection.answer(), false otherwise. |
| Method Detail |
|---|
boolean canAnswer()
TerminalConnection.answer(), false otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||