Class FunctionServiceFactoryBean

java.lang.Object
org.springframework.data.gemfire.function.FunctionServiceFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<org.apache.geode.cache.execute.FunctionService>, org.springframework.beans.factory.InitializingBean

public class FunctionServiceFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<org.apache.geode.cache.execute.FunctionService>, org.springframework.beans.factory.InitializingBean
Spring FactoryBean for registering instance of GemFire Function with the GemFire FunctionService.
See Also:
  • FactoryBean
  • InitializingBean
  • Function
  • FunctionService
  • Constructor Details

    • FunctionServiceFactoryBean

      public FunctionServiceFactoryBean()
  • Method Details

    • afterPropertiesSet

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

      public void setFunctions(List<org.apache.geode.cache.execute.Function> functions)
    • getObject

      public org.apache.geode.cache.execute.FunctionService getObject() throws Exception
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<org.apache.geode.cache.execute.FunctionService>
      Throws:
      Exception
    • getObjectType

      public Class<?> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<org.apache.geode.cache.execute.FunctionService>
    • isSingleton

      public boolean isSingleton()
      Specified by:
      isSingleton in interface org.springframework.beans.factory.FactoryBean<org.apache.geode.cache.execute.FunctionService>