Class JGroupCacheManagerFactoryBean

java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<CacheManager>
com.turbospaces.ebean.JGroupCacheManagerFactoryBean
All Implemented Interfaces:
BootstrapAware, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<CacheManager>, org.springframework.beans.factory.InitializingBean

public class JGroupCacheManagerFactoryBean extends org.springframework.beans.factory.config.AbstractFactoryBean<CacheManager> implements BootstrapAware
  • Field Summary

    Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean

    logger

    Fields inherited from interface org.springframework.beans.factory.FactoryBean

    OBJECT_TYPE_ATTRIBUTE
  • Constructor Summary

    Constructors
    Constructor
    Description
    JGroupCacheManagerFactoryBean(org.jgroups.JChannel jchannel)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected CacheManager
     
    protected void
     
     
    void
     

    Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean

    afterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JGroupCacheManagerFactoryBean

      public JGroupCacheManagerFactoryBean(org.jgroups.JChannel jchannel)
  • Method Details

    • setBootstrap

      public void setBootstrap(Bootstrap bootstrap)
      Specified by:
      setBootstrap in interface BootstrapAware
    • getObjectType

      public Class<?> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<CacheManager>
      Specified by:
      getObjectType in class org.springframework.beans.factory.config.AbstractFactoryBean<CacheManager>
    • createInstance

      protected CacheManager createInstance() throws Exception
      Specified by:
      createInstance in class org.springframework.beans.factory.config.AbstractFactoryBean<CacheManager>
      Throws:
      Exception
    • destroyInstance

      protected void destroyInstance(CacheManager instance) throws Exception
      Overrides:
      destroyInstance in class org.springframework.beans.factory.config.AbstractFactoryBean<CacheManager>
      Throws:
      Exception