com.bankframe.ei.txnhandler.transactionresponse.metadata
Class MetaDataCache

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.transactionresponse.metadata.MetaDataCache

public class MetaDataCache
extends java.lang.Object

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


Constructor Summary
MetaDataCache()
           
 
Method Summary
static MetaData findByPrimaryKey(MetaDataPK pk)
          This method is a findByPrimaryKey for the Destination Cache
static java.util.List findByTransactionCodeAndType(java.lang.String txnCode, java.lang.String txnType)
          Find all MetaData with the specified transaction code and transaction type
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaDataCache

public MetaDataCache()
Method Detail

findByPrimaryKey

public static MetaData findByPrimaryKey(MetaDataPK 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

findByTransactionCodeAndType

public static java.util.List findByTransactionCodeAndType(java.lang.String txnCode,
                                                          java.lang.String txnType)
                                                   throws javax.ejb.FinderException,
                                                          ProcessingErrorException
Find all MetaData with the specified transaction code and transaction type

Parameters:
txnCode - Transaction Code
txnType - Transaction Type
Returns:
List containing all matching MetaData
Throws:
RemoteException
javax.ejb.FinderException - Thrown if no matching instances were found
ProcessingErrorException


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