|
GigaSpaces XAP 10.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=FIELD) @Retention(value=RUNTIME) public @interface ExecutorProxy
An annotation used to inject ExecutorSpaceRemotingProxyFactoryBean
into a field.
ExecutorSpaceRemotingProxyFactoryBean,
RemotingAnnotationBeanPostProcessor| Optional Element Summary | |
|---|---|
boolean |
broadcast
|
String |
gigaSpace
The name of the GigaSpace instance (representing the Space)
that this remote invocation will occur on. |
String |
metaArgumentsHandler
|
Class |
metaArgumentsHandlerType
|
String |
remoteInvocationAspect
|
Class |
remoteInvocationAspectType
|
String |
remoteResultReducer
|
Class |
remoteResultReducerType
|
String |
remoteRoutingHandler
|
Class |
remoteRoutingHandlerType
|
boolean |
returnFirstResult
|
long |
timeout
|
public abstract String gigaSpace
GigaSpace instance (representing the Space)
that this remote invocation will occur on.
If there is only one instance of GigaSpace, will defualt to
it. If not, will throw an exception if not defined.
public abstract long timeout
ExecutorSpaceRemotingProxyFactoryBean.setTimeout(long)public abstract boolean broadcast
ExecutorSpaceRemotingProxyFactoryBean.setBroadcast(boolean)public abstract String remoteRoutingHandler
ExecutorSpaceRemotingProxyFactoryBean.setRemoteRoutingHandler(org.openspaces.remoting.RemoteRoutingHandler)public abstract Class remoteRoutingHandlerType
ExecutorSpaceRemotingProxyFactoryBean.setRemoteRoutingHandler(org.openspaces.remoting.RemoteRoutingHandler)public abstract String metaArgumentsHandler
ExecutorSpaceRemotingProxyFactoryBean.setMetaArgumentsHandler(org.openspaces.remoting.MetaArgumentsHandler)public abstract Class metaArgumentsHandlerType
ExecutorSpaceRemotingProxyFactoryBean.setMetaArgumentsHandler(org.openspaces.remoting.MetaArgumentsHandler)public abstract String remoteInvocationAspect
ExecutorSpaceRemotingProxyFactoryBean.setRemoteInvocationAspect(org.openspaces.remoting.RemoteInvocationAspect)public abstract Class remoteInvocationAspectType
ExecutorSpaceRemotingProxyFactoryBean.setRemoteInvocationAspect(org.openspaces.remoting.RemoteInvocationAspect)public abstract String remoteResultReducer
ExecutorSpaceRemotingProxyFactoryBean.setRemoteResultReducer(org.openspaces.remoting.RemoteResultReducer)public abstract Class remoteResultReducerType
ExecutorSpaceRemotingProxyFactoryBean.setRemoteResultReducer(org.openspaces.remoting.RemoteResultReducer)public abstract boolean returnFirstResult
ExecutorSpaceRemotingProxyFactoryBean.setReturnFirstResult(boolean)
|
GigaSpaces XAP 10.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||