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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidClass<?>booleanvoidsetFunctions(List<Function> functions)
-
Constructor Details
-
FunctionServiceFactoryBean
public FunctionServiceFactoryBean()
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceInitializingBean- Throws:
Exception
-
setFunctions
-
getObject
- Specified by:
getObjectin interfaceFactoryBean<FunctionService>- Throws:
Exception
-
getObjectType
- Specified by:
getObjectTypein interfaceFactoryBean<FunctionService>
-
isSingleton
public boolean isSingleton()- Specified by:
isSingletonin interfaceFactoryBean<FunctionService>
-