com.bankframe.ei.txnhandler.impl.responseindex
Class ResponseIndexCache
java.lang.Object
com.bankframe.ei.txnhandler.impl.responseindex.ResponseIndexCache
public class ResponseIndexCache
- extends Object
This class caches the response index data
ResponseIndexCache
public ResponseIndexCache()
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.