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

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.impl.transactionroute.TransactionRouteCache

public class TransactionRouteCache
extends java.lang.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 java.util.Enumeration findByTxnCodeAndTxnType(java.lang.String txnCode, java.lang.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,
                                                javax.ejb.FinderException
This method is a findByPrimaryKey for the Destination Cache

Returns:
Destination
Throws:
ProcessingErrorException - if an error occurs in processing
javax.ejb.FinderException - if the specified Destination is not found

findByTxnCodeAndTxnType

public static java.util.Enumeration findByTxnCodeAndTxnType(java.lang.String txnCode,
                                                            java.lang.String txnType)
                                                     throws ProcessingErrorException,
                                                            java.rmi.RemoteException,
                                                            javax.ejb.FinderException
Throws:
ProcessingErrorException
java.rmi.RemoteException
javax.ejb.FinderException


Copyright © 2004 Siebel Systems, Inc. All rights reserved.