com.bankframe.ei.txnhandler.impl.transactionroute
Class TransactionRouteCache

java.lang.Object
  extended by com.bankframe.ei.txnhandler.impl.transactionroute.TransactionRouteCache

public class TransactionRouteCache
extends Object

This class caches the connection parameters of a connector contained in the Destination table


Constructor Summary
TransactionRouteCache()
           
 
Method Summary
static TransactionRoute findByPrimaryKey(TransactionRoutePK pk)
          This method is a findByPrimaryKey for the Destination Cache
static Enumeration findByTxnCodeAndTxnType(String txnCode, String txnType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionRouteCache

public TransactionRouteCache()
Method Detail

findByPrimaryKey

public static TransactionRoute findByPrimaryKey(TransactionRoutePK pk)
                                         throws ProcessingErrorException,
                                                FinderException
This method is a findByPrimaryKey for the Destination Cache

Parameters:
pk - TransactionRoutePK primary key of Destination to find
Returns:
Destination
Throws:
ProcessingErrorException - if an error occurs in processing
FinderException - if the specified Destination is not found

findByTxnCodeAndTxnType

public static Enumeration findByTxnCodeAndTxnType(String txnCode,
                                                  String txnType)
                                           throws ProcessingErrorException,
                                                  RemoteException,
                                                  FinderException
Throws:
ProcessingErrorException
RemoteException
FinderException


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