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

java.lang.Object
  |
  +--com.bankframe.ei.txnhandler.impl.responseindex.ResponseIndexCache

public class ResponseIndexCache
extends java.lang.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 java.util.Enumeration findByTxnCodeAndTxnType(java.lang.String txnCode, java.lang.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

Returns:
ResponseIndex
Throws:
ProcessingErrorException - if an error occurs in processing

findByTxnCodeAndTxnType

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

Returns:
ResponseIndex
Throws:
ProcessingErrorException - if an error occurs in processing
java.rmi.RemoteException


Copyright © 2005 Siebel Systems, Inc. All rights reserved.