|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 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 to be used for creating our
instance. |
|
--> | |||||||||