com.bankframe.services.cache.indexmetadata.impl
Class IndexMetaDataCache

java.lang.Object
  extended by com.bankframe.services.cache.indexmetadata.impl.IndexMetaDataCache

public class IndexMetaDataCache
extends Object

This class caches the response index data


Constructor Summary
IndexMetaDataCache()
           
 
Method Summary
static Enumeration findByIndexName(String indexName)
          This method provides a mechanism to cache the Index Meta Data values by txnCode and txnType
static IndexMetaData findByPrimaryKey(IndexMetaDataPK pk)
          This method is a findByPrimaryKey for the Index Meta Data Cache
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexMetaDataCache

public IndexMetaDataCache()
Method Detail

findByPrimaryKey

public static IndexMetaData findByPrimaryKey(IndexMetaDataPK pk)
                                      throws ProcessingErrorException
This method is a findByPrimaryKey for the Index Meta Data Cache

Parameters:
pk - IndexMetaDataPK primary key of Index Meta Data to find
Returns:
IndexMetaData
Throws:
ProcessingErrorException - if an error occurs in processing

findByIndexName

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

Parameters:
indexName - String index name
Returns:
Enumeration
Throws:
ProcessingErrorException - if an error occurs in processing
RemoteException


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