|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryMode | |
---|---|
com.ecebs.rtd.enabler | This package contains the main application interfaces for carrying out RTD operations and reading presented CMDs. |
com.ecebs.rtd.enabler.types.request | Holds classes that represent requests that can be sent to an RTD server to modify or obtain information about a smartcard. |
Uses of QueryMode in com.ecebs.rtd.enabler |
---|
Methods in com.ecebs.rtd.enabler that return QueryMode | |
---|---|
static QueryMode |
QueryMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static QueryMode[] |
QueryMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.ecebs.rtd.enabler with parameters of type QueryMode | |
---|---|
void |
ITransactionController.queryStatus(String id,
QueryMode mode,
ITransactionControllerCallback listener)
Get details about the requests handled during the last download involving the CM with the specified Id |
void |
TransactionController.queryStatus(String requestId,
QueryMode mode,
ITransactionControllerCallback listener)
|
Uses of QueryMode in com.ecebs.rtd.enabler.types.request |
---|
Constructors in com.ecebs.rtd.enabler.types.request with parameters of type QueryMode | |
---|---|
QueryRequest(QueryMode mode,
String id)
Specify the request(s) to be queried, and a mode for the query. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |