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

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

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(DataContainer dataContainer, CacheLoaderManager loaderManager, TransactionManager txManager, CacheLoaderConfig clConfig)
           
protected  void CacheLoaderInterceptor.injectDependencies(TransactionTable txTable, CacheLoaderManager clm, Configuration configuration, DataContainer dataContainer, LockManager lockManager, Notifier notifier)
           
 void PassivationInterceptor.setDependencies(Notifier notifier, DataContainer dataContainer, 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)
           
 



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