Class AbstractLocalCacheSpaceFactoryBean

java.lang.Object
org.openspaces.core.space.cache.AbstractLocalCacheSpaceFactoryBean
All Implemented Interfaces:
ServiceDetailsProvider, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
LocalCacheSpaceFactoryBean, LocalViewSpaceFactoryBean

public abstract class AbstractLocalCacheSpaceFactoryBean extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.BeanNameAware, ServiceDetailsProvider
Base class for different Local cache space proxies that work with a master IJSpace. The master is set using #setSpace(IJSpace). This factory represents an IJSpace that is the local cache proxy on top of the master space.

Allows to set additional properties that further configure the local cache using #setProperties(Properties).

Author:
kimchy
  • Field Summary

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

    OBJECT_TYPE_ATTRIBUTE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true since this bean is a singleton.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.beans.factory.BeanNameAware

    setBeanName

    Methods inherited from interface org.springframework.beans.factory.DisposableBean

    destroy

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

    getObject, getObjectType

    Methods inherited from interface org.springframework.beans.factory.InitializingBean

    afterPropertiesSet

    Methods inherited from interface org.openspaces.pu.service.ServiceDetailsProvider

    getServicesDetails
  • Constructor Details

    • AbstractLocalCacheSpaceFactoryBean

      public AbstractLocalCacheSpaceFactoryBean()
  • Method Details

    • isSingleton

      public boolean isSingleton()
      Returns true since this bean is a singleton.
      Specified by:
      isSingleton in interface org.springframework.beans.factory.FactoryBean