Uses of Class
org.jboss.cache.loader.CacheLoaderManager

Packages that use CacheLoaderManager
org.jboss.cache   
org.jboss.cache.interceptors   
org.jboss.cache.invocation   
org.jboss.cache.statetransfer   
 

Uses of CacheLoaderManager in org.jboss.cache
 

Methods in org.jboss.cache that return CacheLoaderManager
 CacheLoaderManager CacheSPI.getCacheLoaderManager()
          Retrieves the current CacheCacheLoaderManager instance associated with the current Cache instance.
 

Uses of CacheLoaderManager in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type CacheLoaderManager
protected  void CacheStoreInterceptor.init(CacheLoaderManager loaderManager, TransactionManager txManager, CacheLoaderConfig clConfig)
           
protected  void LegacyCacheLoaderInterceptor.injectDependencies(TransactionTable txTable, CacheLoaderManager clm, Configuration configuration, DataContainer dataContainer, LockManager lockManager, Notifier notifier)
          Deprecated.  
protected  void CacheLoaderInterceptor.injectDependencies(TransactionTable txTable, CacheLoaderManager clm, Configuration configuration, DataContainer dataContainer, Notifier notifier, MVCCNodeHelper helper)
           
 void PassivationInterceptor.setDependencies(Notifier notifier, CacheLoaderManager loaderManager)
           
 

Uses of CacheLoaderManager in org.jboss.cache.invocation
 

Methods in org.jboss.cache.invocation that return CacheLoaderManager
 CacheLoaderManager CacheInvocationDelegate.getCacheLoaderManager()
           
 

Methods in org.jboss.cache.invocation with parameters of type CacheLoaderManager
 void CacheInvocationDelegate.initialize(StateTransferManager stateTransferManager, CacheLoaderManager cacheLoaderManager, Notifier notifier, TransactionManager transactionManager, BuddyManager buddyManager, TransactionTable transactionTable, RPCManager rpcManager, RegionManager regionManager, Marshaller marshaller, CommandsFactory commandsFactory, DataContainer dataContainer, MVCCNodeHelper mvccHelper, BatchContainer batchContainer)
           
 

Uses of CacheLoaderManager in org.jboss.cache.statetransfer
 

Methods in org.jboss.cache.statetransfer with parameters of type CacheLoaderManager
 void DefaultStateTransferManager.injectDependencies(CacheSPI cache, Marshaller marshaller, RegionManager regionManager, Configuration configuration, CacheLoaderManager cacheLoaderManager, StateTransferIntegrator integrator, StateTransferGenerator generator)
           
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.