com.bankframe.ei.txnhandler.transactionlayout.impl.response
Class ResponseTransactionFieldCache

java.lang.Object
  extended by com.bankframe.ei.txnhandler.transactionlayout.impl.response.ResponseTransactionFieldCache

public class ResponseTransactionFieldCache
extends Object

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


Constructor Summary
ResponseTransactionFieldCache()
           
 
Method Summary
static ResponseTransactionField findByPrimaryKey(ResponseTransactionFieldPK pk)
          This method is a findByPrimaryKey for the Destination Cache
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseTransactionFieldCache

public ResponseTransactionFieldCache()
Method Detail

findByPrimaryKey

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

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


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