org.springframework.data.gemfire
Class FunctionServiceFactoryBean
java.lang.Object
org.springframework.data.gemfire.FunctionServiceFactoryBean
- All Implemented Interfaces:
- FactoryBean<com.gemstone.gemfire.cache.execute.FunctionService>, InitializingBean
public class FunctionServiceFactoryBean
- extends Object
- implements FactoryBean<com.gemstone.gemfire.cache.execute.FunctionService>, InitializingBean
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FunctionServiceFactoryBean
public FunctionServiceFactoryBean()
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet in interface InitializingBean
- Throws:
Exception
setFunctions
public void setFunctions(List<com.gemstone.gemfire.cache.execute.Function> functions)
getObject
public com.gemstone.gemfire.cache.execute.FunctionService getObject()
throws Exception
- Specified by:
getObject in interface FactoryBean<com.gemstone.gemfire.cache.execute.FunctionService>
- Throws:
Exception
getObjectType
public Class<?> getObjectType()
- Specified by:
getObjectType in interface FactoryBean<com.gemstone.gemfire.cache.execute.FunctionService>
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton in interface FactoryBean<com.gemstone.gemfire.cache.execute.FunctionService>