com.bankframe.services.cache.indexmetadata.impl
Class IndexMetaDataCache
java.lang.Object
com.bankframe.services.cache.indexmetadata.impl.IndexMetaDataCache
public class IndexMetaDataCache
- extends Object
This class caches the response index data
IndexMetaDataCache
public IndexMetaDataCache()
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.