com.bankframe.ei.txnhandler.transactionresponse.errorcondition
Class TransactionErrorConditionCache

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.transactionresponse.errorcondition.TransactionErrorConditionCache

public class TransactionErrorConditionCache
extends java.lang.Object

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


Constructor Summary
TransactionErrorConditionCache()
           
 
Method Summary
static TransactionErrorCondition findByPrimaryKey(TransactionErrorConditionPK 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 error conditions 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

TransactionErrorConditionCache

public TransactionErrorConditionCache()
Method Detail

findByPrimaryKey

public static TransactionErrorCondition findByPrimaryKey(TransactionErrorConditionPK 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 error conditions with the specified transaction code and transaction type

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


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