org.springframework.data.gemfire
Class FunctionServiceFactoryBean

java.lang.Object
  extended by 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


Constructor Summary
FunctionServiceFactoryBean()
           
 
Method Summary
 void afterPropertiesSet()
           
 com.gemstone.gemfire.cache.execute.FunctionService getObject()
           
 Class<?> getObjectType()
           
 boolean isSingleton()
           
 void setFunctions(List<com.gemstone.gemfire.cache.execute.Function> functions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionServiceFactoryBean

public FunctionServiceFactoryBean()
Method Detail

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>