Class AttributeStoreFactoryBean

java.lang.Object
org.openspaces.core.config.AttributeStoreFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

public class AttributeStoreFactoryBean extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
Since:
10.2.0
Author:
Kobi
  • Constructor Details

    • AttributeStoreFactoryBean

      public AttributeStoreFactoryBean()
  • Method Details

    • getStoreHandler

      public AttributeStore getStoreHandler()
    • setStoreHandler

      public void setStoreHandler(AttributeStore storeHandler)
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • destroy

      public void destroy() throws Exception
      Specified by:
      destroy in interface org.springframework.beans.factory.DisposableBean
      Throws:
      Exception