com.bankframe.ei.txnhandler.impl.responseindex
Class ResponseIndexCache

java.lang.Object
  extended by com.bankframe.ei.txnhandler.impl.responseindex.ResponseIndexCache

public class ResponseIndexCache
extends Object

This class caches the response index data


Constructor Summary
ResponseIndexCache()
           
 
Method Summary
static ResponseIndex findByPrimaryKey(ResponseIndexPK pk)
          This method is a findByPrimaryKey for the Response Index Cache
static Enumeration findByTxnCodeAndTxnType(String txnCode, String txnType)
          This method provides a mechanism to cache the Response Index values by txnCode and txnType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseIndexCache

public ResponseIndexCache()
Method Detail

findByPrimaryKey

public static ResponseIndex findByPrimaryKey(ResponseIndexPK pk)
                                      throws ProcessingErrorException
This method is a findByPrimaryKey for the Response Index Cache

Parameters:
pk - ResponseIndexPK primary key of Response Index to find
Returns:
ResponseIndex
Throws:
ProcessingErrorException - if an error occurs in processing

findByTxnCodeAndTxnType

public static Enumeration findByTxnCodeAndTxnType(String txnCode,
                                                  String txnType)
                                           throws ProcessingErrorException,
                                                  RemoteException
This method provides a mechanism to cache the Response Index values by txnCode and txnType

Parameters:
txnCode -
txnType -
Returns:
Enumeration
Throws:
ProcessingErrorException - if an error occurs in processing
RemoteException


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