Uses of Interface
org.infinispan.AdvancedCache

Packages that use AdvancedCache
org.infinispan   
org.infinispan.factories   
org.infinispan.jmx   
org.infinispan.statetransfer   
 

Uses of AdvancedCache in org.infinispan
 

Classes in org.infinispan that implement AdvancedCache
 class AbstractDelegatingAdvancedCache<K,V>
          Similar to AbstractDelegatingCache, but for AdvancedCache.
 class CacheDelegate<K,V>
           
 

Methods in org.infinispan that return AdvancedCache
 AdvancedCache<K,V> CacheDelegate.getAdvancedCache()
           
 AdvancedCache<K,V> Cache.getAdvancedCache()
           
 AdvancedCache<K,V> AbstractDelegatingCache.getAdvancedCache()
           
 

Constructors in org.infinispan with parameters of type AdvancedCache
AbstractDelegatingAdvancedCache(AdvancedCache<K,V> cache)
           
 

Uses of AdvancedCache in org.infinispan.factories
 

Methods in org.infinispan.factories that return AdvancedCache
protected  AdvancedCache<K,V> DefaultCacheFactory.createAndWire(Configuration configuration, GlobalComponentRegistry globalComponentRegistry, String cacheName)
           
 

Constructors in org.infinispan.factories with parameters of type AdvancedCache
BootstrapFactory(AdvancedCache advancedCache, Configuration configuration, ComponentRegistry componentRegistry)
           
ComponentRegistry(String cacheName, Configuration configuration, AdvancedCache cache, GlobalComponentRegistry globalComponents)
          Creates an instance of the component registry.
 

Uses of AdvancedCache in org.infinispan.jmx
 

Methods in org.infinispan.jmx with parameters of type AdvancedCache
 void CacheJmxRegistration.initialize(AdvancedCache cache)
           
 

Uses of AdvancedCache in org.infinispan.statetransfer
 

Methods in org.infinispan.statetransfer with parameters of type AdvancedCache
 void StateTransferManagerImpl.injectDependencies(RpcManager rpcManager, AdvancedCache cache, Configuration configuration, DataContainer dataContainer, CacheLoaderManager clm, Marshaller marshaller, TransactionLog transactionLog, InterceptorChain interceptorChain, InvocationContextContainer invocationContextContainer, CommandsFactory commandsFactory)
           
 



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