Uses of Interface
com.bankframe.ei.txnhandler.impl.transactionroute.TransactionRoute

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(String txnCode, 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
 

Methods in com.bankframe.ei.txnhandler.impl.transactionroute that return TransactionRoute
 TransactionRoute TransactionRouteHome.create(String txnCode, String txnType, String destinationId, String dataFormat, int hostSequenceNumber)
          Create an instance of TransactionRoute EJB
static TransactionRoute TransactionRouteCache.findByPrimaryKey(TransactionRoutePK pk)
          This method is a findByPrimaryKey for the Destination Cache
 TransactionRoute TransactionRouteHome.findByPrimaryKey(TransactionRoutePK primaryKey)
          Find and instantiate the specified TransactionRoute
 



Copyright © 2005, 2007, Oracle. All rights reserved.