Uses of Package
com.bankframe.services.cache

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

Classes in com.bankframe.services.cache used by com.bankframe.ei.txnhandler
Cache
          This interface defines the the caching in MCA services
 

Classes in com.bankframe.services.cache used by com.bankframe.services.cache
Cache
          This interface defines the the caching in MCA services
CacheEvent
          Object used to notify interested parties that state has changed in a cache.
CacheFactory
          This class is used to create a new instance of the CacheFactory implementation specified by the mca.services.cache.factoryClass setting in BankframeResource.properties file.
CacheIndexer
          Interface used to define an object that can apply an index to a cache.
CacheListener
          Interface used to define an object which listens for CacheEvents.
CachePolicy
          This interface defines the methods that all cache policies must provide.
ConfigurableCachePolicy
           
GenericCache
          This class provides generic caching functionality using a local cache.
JMSCache
          This interface defines the methods which all JMSCache implementations must provide
JMSCacheEvent
          This interface should be implemented by all Txn
NamedCache
          Classes implementing the NamedCache interface ensures cache classes can be identified by String names.
NullPolicy
          The NullPolicy type.
PersistentCache
           
 

Classes in com.bankframe.services.cache used by com.bankframe.services.cache.threadcleaned
Cache
          This interface defines the the caching in MCA services
CacheFactory
          This class is used to create a new instance of the CacheFactory implementation specified by the mca.services.cache.factoryClass setting in BankframeResource.properties file.
CachePolicy
          This interface defines the methods that all cache policies must provide.
GenericCache
          This class provides generic caching functionality using a local cache.
JMSCache
          This interface defines the methods which all JMSCache implementations must provide
NamedCache
          Classes implementing the NamedCache interface ensures cache classes can be identified by String names.
PersistentCache
           
 



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