org.springframework.data.gemfire.function.execution
Class OnRegionFunctionProxyFactoryBean

java.lang.Object
  extended by org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
      extended by org.springframework.data.gemfire.function.execution.OnRegionFunctionProxyFactoryBean
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor, Aware, BeanClassLoaderAware, FactoryBean<Object>

public class OnRegionFunctionProxyFactoryBean
extends GemfireFunctionProxyFactoryBean


Field Summary
 
Fields inherited from class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
beanClassLoader, gemfireFunctionOperations, logger, serviceInterface, serviceProxy
 
Constructor Summary
OnRegionFunctionProxyFactoryBean(Class<?> serviceInterface, GemfireOnRegionOperations gemfireOnRegionOperations)
           
 
Method Summary
protected  Iterable<?> invokeFunction(Method method, Object[] args)
           
 
Methods inherited from class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
getObject, getObjectType, invoke, isSingleton, onInit, setBeanClassLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnRegionFunctionProxyFactoryBean

public OnRegionFunctionProxyFactoryBean(Class<?> serviceInterface,
                                        GemfireOnRegionOperations gemfireOnRegionOperations)
Parameters:
serviceInterface -
gemfireOnRegionOperations - an GemfireOnRegionOperations instance
Method Detail

invokeFunction

protected Iterable<?> invokeFunction(Method method,
                                     Object[] args)
Overrides:
invokeFunction in class GemfireFunctionProxyFactoryBean