|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITransactionControllerCallback | |
---|---|
com.ecebs.rtd.enabler | This package contains the main application interfaces for carrying out RTD operations and reading presented CMDs. |
Uses of ITransactionControllerCallback in com.ecebs.rtd.enabler |
---|
Methods in com.ecebs.rtd.enabler with parameters of type ITransactionControllerCallback | |
---|---|
void |
ITransactionController.addStoredUse(AddStoredUseRequest product,
DownloadMode mode,
ITransactionControllerCallback callback)
The DEDUCT JOURNEYS/PASSES function can be called by the APPLICATION to request the RTD SERVER deducts a number of stored passes from an ITSO TYP22 product, or a number of journeys from an ITSO TYP23 or TYP24 product. |
void |
TransactionController.addStoredUse(AddStoredUseRequest product,
DownloadMode mode,
ITransactionControllerCallback callback)
|
void |
ITransactionController.addStrValue(AddSTRRequest product,
DownloadMode mode,
ITransactionControllerCallback callback)
The ADD STR VALUE function can be called by the APPLICATION to request the RTD SERVER adds or credits value to the STR Product of the specified CM . |
void |
TransactionController.addStrValue(AddSTRRequest product,
DownloadMode mode,
ITransactionControllerCallback callback)
|
void |
ITransactionController.cancelRequest(String requestId,
ITransactionControllerCallback listener)
Cancels a previously registered request. |
void |
TransactionController.cancelRequest(String requestId,
ITransactionControllerCallback listener)
|
void |
ITransactionController.deductStoredUse(DeductStoredUseRequest product,
DownloadMode mode,
ITransactionControllerCallback callback)
The ADD JOURNEYS/PASSES function can be called by the APPLICATION to request the RTD SERVER adds a number of stored passes to an ITSO TYP22 product, or a number of journeys to an ITSO TYP23 or TYP24 product. |
void |
TransactionController.deductStoredUse(DeductStoredUseRequest product,
DownloadMode mode,
ITransactionControllerCallback callback)
|
void |
ITransactionController.deductStrValue(DeductSTRRequest product,
DownloadMode mode,
ITransactionControllerCallback callback)
The DEDUCT STR VALUE function can be called by the APPLICATION to request the RTD SERVER deduct or debit value from the STR Product of the specified CM . |
void |
TransactionController.deductStrValue(DeductSTRRequest product,
DownloadMode mode,
ITransactionControllerCallback callback)
|
void |
ITransactionController.deleteProduct(DeleteProductRequest product,
DownloadMode mode,
ITransactionControllerCallback callback)
The DELETE PRODUCT function is called by the APPLICATION to request the RTD SERVER deletes one or more products from the CM. |
void |
TransactionController.deleteProduct(DeleteProductRequest product,
DownloadMode mode,
ITransactionControllerCallback callback)
|
void |
ITransactionController.loadProduct(LoadProductRequest product,
DownloadMode mode,
ITransactionControllerCallback callback)
The LOAD PRODUCT function is called by the application to request a Product from the RTD SERVER and load it onto the specified CM. |
void |
TransactionController.loadProduct(LoadProductRequest product,
DownloadMode mode,
ITransactionControllerCallback callback)
|
void |
ITransactionController.performPendingRequests(ITransactionControllerCallback callback)
The PERFORM PENDING REQUESTS function is called by the application to download one or more previously requested product loads and/or modifications. |
void |
TransactionController.performPendingRequests(ITransactionControllerCallback callback)
|
void |
ITransactionController.performPendingRequests(String cardId,
CardType cardType,
ITransactionControllerCallback callback)
The PERFORM PENDING REQUESTS function is called by the application to download one or more previously requested product loads and/or modifications. |
void |
TransactionController.performPendingRequests(String cardId,
CardType cardType,
ITransactionControllerCallback callback)
|
void |
ITransactionController.performPendingRequests(String requestId,
ITransactionControllerCallback callback)
The PERFORM PENDING REQUESTS function is called by the application to download one or more previously requested product loads and/or modifications. |
void |
TransactionController.performPendingRequests(String requestId,
ITransactionControllerCallback callback)
|
void |
ITransactionController.performPendingRequests(String requestId,
String cardId,
CardType cardType,
ITransactionControllerCallback callback)
The PERFORM PENDING REQUESTS function is called by the application to download one or more previously requested product loads and/or modifications. |
void |
TransactionController.performPendingRequests(String requestId,
String cardId,
CardType cardType,
ITransactionControllerCallback callback)
|
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)
|
void |
ITransactionController.updatePassExpiryDate(UpdatePassExpiryDateRequest product,
DownloadMode mode,
ITransactionControllerCallback callback)
The UPDATE PASS EXPIRY DATE function can be called by the APPLICATION to request the RTD SERVER updates the current pass expiry date of a ITSO TYP22 product. |
void |
TransactionController.updatePassExpiryDate(UpdatePassExpiryDateRequest product,
DownloadMode mode,
ITransactionControllerCallback callback)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |