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

java.lang.Object
  extended bycom.bankframe.services.cache.indexmetadata.impl.IndexMetaDataCache

public class IndexMetaDataCache
extends java.lang.Object

This class caches the response index data


Constructor Summary
IndexMetaDataCache()
           
 
Method Summary
static java.util.Enumeration findByIndexName(java.lang.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

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

findByIndexName

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

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


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