|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
ExecutorProxy
and executor based remoting instead.
@Target(value=FIELD) @Retention(value=RUNTIME) public @interface SyncProxy
An annotation used to inject SyncSpaceRemotingProxyFactoryBean
into a field.
SyncSpaceRemotingProxyFactoryBean
,
RemotingAnnotationBeanPostProcessor
Optional Element Summary | |
---|---|
boolean |
broadcast
Deprecated. |
String |
gigaSpace
Deprecated. The name of the GigaSpace instance (representing the Space)
that this remote invocation will occur on. |
boolean |
globablOneWay
Deprecated. |
String |
metaArgumentsHandler
Deprecated. |
Class |
metaArgumentsHandlerType
Deprecated. |
String |
remoteInvocationAspect
Deprecated. |
Class |
remoteInvocationAspectType
Deprecated. |
String |
remoteResultReducer
Deprecated. |
Class |
remoteResultReducerType
Deprecated. |
String |
remoteRoutingHandler
Deprecated. |
Class |
remoteRoutingHandlerType
Deprecated. |
boolean |
returnFirstResult
Deprecated. |
boolean |
voidOneWay
Deprecated. |
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 boolean globablOneWay
SyncSpaceRemotingProxyFactoryBean.setGlobalOneWay(boolean)
public abstract boolean voidOneWay
SyncSpaceRemotingProxyFactoryBean.setVoidOneWay(boolean)
public abstract boolean broadcast
SyncSpaceRemotingProxyFactoryBean.setBroadcast(boolean)
public abstract String remoteRoutingHandler
SyncSpaceRemotingProxyFactoryBean.setRemoteRoutingHandler(RemoteRoutingHandler)
public abstract Class remoteRoutingHandlerType
SyncSpaceRemotingProxyFactoryBean.setRemoteRoutingHandler(RemoteRoutingHandler)
public abstract String metaArgumentsHandler
SyncSpaceRemotingProxyFactoryBean.setMetaArgumentsHandler(MetaArgumentsHandler)
public abstract Class metaArgumentsHandlerType
SyncSpaceRemotingProxyFactoryBean.setMetaArgumentsHandler(MetaArgumentsHandler)
public abstract String remoteInvocationAspect
SyncSpaceRemotingProxyFactoryBean.setRemoteInvocationAspect(RemoteInvocationAspect)
public abstract Class remoteInvocationAspectType
SyncSpaceRemotingProxyFactoryBean.setRemoteInvocationAspect(RemoteInvocationAspect)
public abstract String remoteResultReducer
SyncSpaceRemotingProxyFactoryBean.setRemoteResultReducer(RemoteResultReducer)
public abstract Class remoteResultReducerType
SyncSpaceRemotingProxyFactoryBean.setRemoteResultReducer(RemoteResultReducer)
public abstract boolean returnFirstResult
SyncSpaceRemotingProxyFactoryBean.setReturnFirstResult(boolean)
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |