Uses of Interface
com.bankframe.services.cache.Cache

Packages that use Cache
com.bankframe.ei.txnhandler   
com.bankframe.services.cache   
com.bankframe.services.cache.threadcleaned   
 

Uses of Cache in com.bankframe.ei.txnhandler
 

Methods in com.bankframe.ei.txnhandler that return Cache
static Cache TransactionHandlerUtils.getHostCache(java.lang.String cacheName)
          This method returns a cache instance that has been intialized with the parameters from the BankframeResouce.properties file for the transaction handler host cache.
 

Uses of Cache in com.bankframe.services.cache
 

Subinterfaces of Cache in com.bankframe.services.cache
 interface JMSCache
          This interface defines the methods which all JMSCache implementations must provide
 interface PersistentCache
           
 

Classes in com.bankframe.services.cache that implement Cache
 class GenericCache
          This class provides generic caching functionality using a local cache.
 class JMSCacheImpl
          The JMSCacheImpl class provides generic caching functionality using a distributed cache within a clustered environment.
 class MergedDataPacketsCache
          The class is a specialisation of the GenericCache class.
 class NullCache
          This class implements Cache & NamedCache and is intended for use when a implementation code refers to a named cache, but at runtime caching is not required.
 

Methods in com.bankframe.services.cache that return Cache
 Cache DefaultCacheFactoryImpl.createCacheImpl(java.lang.String cacheName)
          This method creates a cache instance based on settings specified in the BankframeResource.properties file.
 Cache DefaultCacheFactoryImpl.getCacheImpl(java.lang.String cacheName)
          This method gets an instance of a cache object.
 Cache DefaultCacheFactoryImpl.getCacheImpl(java.util.Map map, java.lang.String cacheName)
          Deprecated. Use getCacheImpl(String name) instead
 Cache CacheIndexer.getDataCache()
           
 Cache CacheIndex.getDataCache()
          Returns the dataCache.
static Cache CacheFactory.getCache(java.lang.String cacheName)
          This method gets an instance of a cache object.
static Cache CacheFactory.getCache(java.util.Map map, java.lang.String cacheName)
          Deprecated. Use getCache(String cacheName) instead
static Cache CacheFactory.createCache(java.lang.String cacheName)
          This method creates a cache instance
 

Methods in com.bankframe.services.cache with parameters of type Cache
 void DefaultCacheFactoryImpl.registerCacheImpl(java.lang.String cacheName, Cache cache)
          This registers a cache in the list of caches with the specified name
 void CacheIndexer.setDataCache(Cache dataCache)
           
 void CacheIndex.setDataCache(Cache dataCache)
          Sets the dataCache.
static void CacheFactory.registerCache(java.lang.String cacheName, Cache cache)
          This registers a cache in the list of caches with the specified name
 

Constructors in com.bankframe.services.cache with parameters of type Cache
CacheIndex(Cache cache, DataPacket structure)
          Constructor for CacheIndex.
CacheIndex(Cache cache, java.lang.String indexDPName, java.lang.String[] indexFieldNames)
          Constructor for CacheIndex.
 

Uses of Cache in com.bankframe.services.cache.threadcleaned
 

Classes in com.bankframe.services.cache.threadcleaned that implement Cache
 class ThreadCleanedCache
          This ThreadCleanedCache implementation uses a deamon thread to manage calls to its cleanup() implementation.
 class ThreadCleanedJMSCache
          The ThreadCleanedJMSCache class provides generic caching functionality using a distributed cache within a multi-JVM environment.
 

Methods in com.bankframe.services.cache.threadcleaned that return Cache
 Cache ThreadCleanedCacheFactoryImpl.createCacheImpl(java.lang.String cacheName)
          This method creates a cache instance based on settings specified in the BankframeResource.properties file.
 Cache ThreadCleanedCacheFactoryImpl.getCacheImpl(java.lang.String cacheName)
          This method gets an instance of a cache object.
 Cache ThreadCleanedCacheFactoryImpl.getCacheImpl(java.util.Map map, java.lang.String cacheName)
          Deprecated. Use getCache(String name) instead
 

Methods in com.bankframe.services.cache.threadcleaned with parameters of type Cache
 void ThreadCleanedCacheFactoryImpl.registerCacheImpl(java.lang.String cacheName, Cache cache)
          This registers a cache in the list of caches with the specified name
 



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