GigaSpaces XAP 7.1 API

org.openspaces.remoting
Annotation Type SyncProxy


Deprecated. Use ExecutorProxy and executor based remoting instead.

@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface SyncProxy

An annotation used to inject SyncSpaceRemotingProxyFactoryBean into a field.

Author:
kimchy
See Also:
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.  
 

gigaSpace

public abstract String gigaSpace
Deprecated. 
The name of the 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.

Default:
""

globablOneWay

public abstract boolean globablOneWay
Deprecated. 
See Also:
SyncSpaceRemotingProxyFactoryBean.setGlobalOneWay(boolean)
Default:
false

voidOneWay

public abstract boolean voidOneWay
Deprecated. 
See Also:
SyncSpaceRemotingProxyFactoryBean.setVoidOneWay(boolean)
Default:
false

broadcast

public abstract boolean broadcast
Deprecated. 
See Also:
SyncSpaceRemotingProxyFactoryBean.setBroadcast(boolean)
Default:
false

remoteRoutingHandler

public abstract String remoteRoutingHandler
Deprecated. 
See Also:
SyncSpaceRemotingProxyFactoryBean.setRemoteRoutingHandler(RemoteRoutingHandler)
Default:
""

remoteRoutingHandlerType

public abstract Class remoteRoutingHandlerType
Deprecated. 
See Also:
SyncSpaceRemotingProxyFactoryBean.setRemoteRoutingHandler(RemoteRoutingHandler)
Default:
java.lang.Object.class

metaArgumentsHandler

public abstract String metaArgumentsHandler
Deprecated. 
See Also:
SyncSpaceRemotingProxyFactoryBean.setMetaArgumentsHandler(MetaArgumentsHandler)
Default:
""

metaArgumentsHandlerType

public abstract Class metaArgumentsHandlerType
Deprecated. 
See Also:
SyncSpaceRemotingProxyFactoryBean.setMetaArgumentsHandler(MetaArgumentsHandler)
Default:
java.lang.Object.class

remoteInvocationAspect

public abstract String remoteInvocationAspect
Deprecated. 
See Also:
SyncSpaceRemotingProxyFactoryBean.setRemoteInvocationAspect(RemoteInvocationAspect)
Default:
""

remoteInvocationAspectType

public abstract Class remoteInvocationAspectType
Deprecated. 
See Also:
SyncSpaceRemotingProxyFactoryBean.setRemoteInvocationAspect(RemoteInvocationAspect)
Default:
java.lang.Object.class

remoteResultReducer

public abstract String remoteResultReducer
Deprecated. 
See Also:
SyncSpaceRemotingProxyFactoryBean.setRemoteResultReducer(RemoteResultReducer)
Default:
""

remoteResultReducerType

public abstract Class remoteResultReducerType
Deprecated. 
See Also:
SyncSpaceRemotingProxyFactoryBean.setRemoteResultReducer(RemoteResultReducer)
Default:
java.lang.Object.class

returnFirstResult

public abstract boolean returnFirstResult
Deprecated. 
See Also:
SyncSpaceRemotingProxyFactoryBean.setReturnFirstResult(boolean)
Default:
true

GigaSpaces XAP 7.1 API

Copyright © GigaSpaces.