Class FunctionServiceFactoryBean
java.lang.Object
org.springframework.data.gemfire.function.FunctionServiceFactoryBean
- All Implemented Interfaces:
FactoryBean<FunctionService>
,InitializingBean
public class FunctionServiceFactoryBean
extends Object
implements FactoryBean<FunctionService>, InitializingBean
Spring FactoryBean for registering instance of GemFire Function with the GemFire FunctionService.
- Author:
- David Turanski, John Blum
- See Also:
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Class<?>
boolean
void
setFunctions
(List<Function> functions)
-
Constructor Details
-
FunctionServiceFactoryBean
public FunctionServiceFactoryBean()
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSet
in interfaceInitializingBean
- Throws:
Exception
-
setFunctions
-
getObject
- Specified by:
getObject
in interfaceFactoryBean<FunctionService>
- Throws:
Exception
-
getObjectType
- Specified by:
getObjectType
in interfaceFactoryBean<FunctionService>
-
isSingleton
public boolean isSingleton()- Specified by:
isSingleton
in interfaceFactoryBean<FunctionService>
-