Uses of Class
org.infinispan.client.hotrod.RemoteCacheManager

Packages that use RemoteCacheManager
org.infinispan.cdi This is the Infinispan CDI module. 
org.infinispan.client.hotrod   
org.infinispan.client.hotrod.impl   
org.infinispan.spring.provider Spring Infinispan - An implementation of Spring 3.1's Cache SPI based on JBoss Infinispan. 
org.infinispan.spring.support.remote   
 

Uses of RemoteCacheManager in org.infinispan.cdi
 

Methods in org.infinispan.cdi that return RemoteCacheManager
 RemoteCacheManager DefaultRemoteCacheManagerProducer.getDefaultRemoteCacheManager()
          Produces the default remote cache manager with the default settings.
 

Uses of RemoteCacheManager in org.infinispan.client.hotrod
 

Methods in org.infinispan.client.hotrod that return RemoteCacheManager
 RemoteCacheManager RemoteCache.getRemoteCacheManager()
          Returns the RemoteCacheManager that created this cache.
 

Uses of RemoteCacheManager in org.infinispan.client.hotrod.impl
 

Methods in org.infinispan.client.hotrod.impl that return RemoteCacheManager
 RemoteCacheManager RemoteCacheImpl.getRemoteCacheManager()
           
 

Constructors in org.infinispan.client.hotrod.impl with parameters of type RemoteCacheManager
RemoteCacheImpl(RemoteCacheManager rcm, String name)
           
 

Uses of RemoteCacheManager in org.infinispan.spring.provider
 

Methods in org.infinispan.spring.provider that return RemoteCacheManager
 RemoteCacheManager SpringRemoteCacheManager.getNativeCacheManager()
          Return the org.infinispan.client.hotrod.RemoteCacheManager that backs this SpringRemoteCacheManager.
 

Constructors in org.infinispan.spring.provider with parameters of type RemoteCacheManager
SpringRemoteCacheManager(RemoteCacheManager nativeCacheManager)
           
 

Uses of RemoteCacheManager in org.infinispan.spring.support.remote
 

Methods in org.infinispan.spring.support.remote that return RemoteCacheManager
 RemoteCacheManager InfinispanRemoteCacheManagerFactoryBean.getObject()
           
 

Methods in org.infinispan.spring.support.remote that return types with arguments of type RemoteCacheManager
 Class<? extends RemoteCacheManager> InfinispanRemoteCacheManagerFactoryBean.getObjectType()
           
 

Methods in org.infinispan.spring.support.remote with parameters of type RemoteCacheManager
 void InfinispanNamedRemoteCacheFactoryBean.setInfinispanRemoteCacheManager(RemoteCacheManager infinispanRemoteCacheManager)
           Sets the org.infinispan.client.hotrod.RemoteCacheManager to be used for creating our Cache instance.
 


-->

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