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(DataContainerImpl dataContainer, CacheLoaderManager loaderManager, TransactionManager txManager, CacheLoaderConfig clConfig)
           
protected  void CacheLoaderInterceptor.injectDependencies(TransactionTable txTable, CacheLoaderManager clm, Configuration configuration, DataContainerImpl dataContainer, LockManager lockManager, NotifierImpl notifier)
           
 void PassivationInterceptor.setDependencies(NotifierImpl notifier, DataContainerImpl 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, NotifierImpl notifier, TransactionManager transactionManager, BuddyManager buddyManager, TransactionTable transactionTable, RPCManager rpcManager, RegionManager regionManager, Marshaller marshaller, CommandsFactory commandsFactory, DataContainerImpl dataContainer)
           
 



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