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

java.lang.Object
  extended by com.bankframe.ei.txnhandler.transactionresponse.metadata.MetaDataCache

public class MetaDataCache
extends 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 List findByTransactionCodeAndType(String txnCode, 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,
                                        FinderException
This method is a findByPrimaryKey for the Destination Cache

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

findByTransactionCodeAndType

public static List findByTransactionCodeAndType(String txnCode,
                                                String txnType)
                                         throws 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
FinderException - Thrown if no matching instances were found
ProcessingErrorException


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