|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TransactionRoute | |
| com.bankframe.ei.txnhandler | |
| com.bankframe.ei.txnhandler.impl.transactionroute | |
| Uses of TransactionRoute in com.bankframe.ei.txnhandler |
| Methods in com.bankframe.ei.txnhandler that return TransactionRoute | |
static TransactionRoute |
TransactionHandlerUtils.getTxnRoute(java.lang.String txnCode,
java.lang.String txnType,
int hostSequenceNumber)
This method gets the Transaction Route for a given txnCode and txnType. |
| Methods in com.bankframe.ei.txnhandler with parameters of type TransactionRoute | |
static Destination |
TransactionHandlerUtils.getDestination(TransactionRoute txnRoute)
This method gets the Destination for a given transaction route. |
| Uses of TransactionRoute in com.bankframe.ei.txnhandler.impl.transactionroute |
| Classes in com.bankframe.ei.txnhandler.impl.transactionroute that implement TransactionRoute | |
class |
TransactionRouteImplt
This class serves as a lightweight proxy representation of a TransactionRoute EJB for caching purposes. |
| Methods in com.bankframe.ei.txnhandler.impl.transactionroute that return TransactionRoute | |
TransactionRoute |
TransactionRouteHome.create(java.lang.String txnCode,
java.lang.String txnType,
java.lang.String destinationId,
java.lang.String dataFormat,
int hostSequenceNumber)
Create an instance of TransactionRoute EJB |
TransactionRoute |
TransactionRouteHome.findByPrimaryKey(TransactionRoutePK primaryKey)
Find and instantiate the specified TransactionRoute |
static TransactionRoute |
TransactionRouteCache.findByPrimaryKey(TransactionRoutePK pk)
This method is a findByPrimaryKey for the Destination Cache |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||