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
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
org.apache.geode.cache.execute.FunctionService
Class<?>
boolean
void
setFunctions
(List<org.apache.geode.cache.execute.Function> functions)
-
Constructor Details
-
FunctionServiceFactoryBean
public FunctionServiceFactoryBean()
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-
setFunctions
-
getObject
- Specified by:
getObject
in interfaceorg.springframework.beans.factory.FactoryBean<org.apache.geode.cache.execute.FunctionService>
- Throws:
Exception
-
getObjectType
- Specified by:
getObjectType
in interfaceorg.springframework.beans.factory.FactoryBean<org.apache.geode.cache.execute.FunctionService>
-
isSingleton
public boolean isSingleton()- Specified by:
isSingleton
in interfaceorg.springframework.beans.factory.FactoryBean<org.apache.geode.cache.execute.FunctionService>
-