public class OnRegionFunctionProxyFactoryBean extends GemfireFunctionProxyFactoryBean
beanClassLoader, gemfireFunctionOperations, logger, serviceInterface, serviceProxy
Constructor and Description |
---|
OnRegionFunctionProxyFactoryBean(Class<?> serviceInterface,
GemfireOnRegionOperations gemfireOnRegionOperations) |
Modifier and Type | Method and Description |
---|---|
protected Iterable<?> |
invokeFunction(Method method,
Object[] args) |
getObject, getObjectType, invoke, isSingleton, onInit, setBeanClassLoader
public OnRegionFunctionProxyFactoryBean(Class<?> serviceInterface, GemfireOnRegionOperations gemfireOnRegionOperations)
serviceInterface
- the Service class interface specifying the operations to proxy.gemfireOnRegionOperations
- an GemfireOnRegionOperations
instanceprotected Iterable<?> invokeFunction(Method method, Object[] args)
invokeFunction
in class GemfireFunctionProxyFactoryBean