Class ContainerRemoteCacheManagerFactoryBean
java.lang.Object
org.infinispan.spring.remote.provider.ContainerRemoteCacheManagerFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<org.springframework.cache.CacheManager>
public class ContainerRemoteCacheManagerFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<org.springframework.cache.CacheManager>
FactoryBean
for creating a CacheManager
for a pre-defined CacheContainer
.
Useful when the cache container is defined outside the application (e.g. provided by the application server)- Author:
- Marius Bogoevici
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ContainerRemoteCacheManagerFactoryBean
-
-
Method Details
-
getObject
- Specified by:
getObject
in interfaceorg.springframework.beans.factory.FactoryBean<org.springframework.cache.CacheManager>
- Throws:
Exception
-
getObjectType
- Specified by:
getObjectType
in interfaceorg.springframework.beans.factory.FactoryBean<org.springframework.cache.CacheManager>
-
isSingleton
public boolean isSingleton()- Specified by:
isSingleton
in interfaceorg.springframework.beans.factory.FactoryBean<org.springframework.cache.CacheManager>
-