GigaSpaces XAP 7.1 API

org.openspaces.remoting
Annotation Type AsyncProxy


Deprecated. Use EventDrivenProxy. Async remoting has been renamed to event driven.

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

An annotation used to inject AsyncSpaceRemotingProxyFactoryBean into a field.

Author:
kimchy
See Also:
AsyncSpaceRemotingProxyFactoryBean, RemotingAnnotationBeanPostProcessor

Optional Element Summary
 String asyncMethodPrefix
          Deprecated.  
 boolean fifo
          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. The bean name that implements this interface.
 Class metaArgumentsHandlerType
          Deprecated. The Class that implements this interface.
 String remoteInvocationAspect
          Deprecated. The bean name that implements this interface.
 Class remoteInvocationAspectType
          Deprecated. The class that implements this interface.
 String remoteRoutingHandler
          Deprecated. The bean name that implements this interface.
 Class remoteRoutingHandlerType
          Deprecated. The class that implements this interface.
 long timeout
          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:
""

fifo

public abstract boolean fifo
Deprecated. 
See Also:
EventDrivenSpaceRemotingProxyFactoryBean.setFifo(boolean)
Default:
false

timeout

public abstract long timeout
Deprecated. 
See Also:
EventDrivenSpaceRemotingProxyFactoryBean.setTimeout(long)
Default:
60000L

globablOneWay

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

voidOneWay

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

asyncMethodPrefix

public abstract String asyncMethodPrefix
Deprecated. 
See Also:
EventDrivenSpaceRemotingProxyFactoryBean.setAsyncMethodPrefix(String)
Default:
"async"

remoteRoutingHandler

public abstract String remoteRoutingHandler
Deprecated. 
The bean name that implements this interface.

See Also:
EventDrivenSpaceRemotingProxyFactoryBean.setRemoteRoutingHandler(RemoteRoutingHandler)
Default:
""

remoteRoutingHandlerType

public abstract Class remoteRoutingHandlerType
Deprecated. 
The class that implements this interface.

See Also:
EventDrivenSpaceRemotingProxyFactoryBean.setRemoteRoutingHandler(RemoteRoutingHandler)
Default:
java.lang.Object.class

metaArgumentsHandler

public abstract String metaArgumentsHandler
Deprecated. 
The bean name that implements this interface.

See Also:
EventDrivenSpaceRemotingProxyFactoryBean.setMetaArgumentsHandler(MetaArgumentsHandler)
Default:
""

metaArgumentsHandlerType

public abstract Class metaArgumentsHandlerType
Deprecated. 
The Class that implements this interface.

See Also:
EventDrivenSpaceRemotingProxyFactoryBean.setMetaArgumentsHandler(MetaArgumentsHandler)
Default:
java.lang.Object.class

remoteInvocationAspect

public abstract String remoteInvocationAspect
Deprecated. 
The bean name that implements this interface.

See Also:
EventDrivenSpaceRemotingProxyFactoryBean.setRemoteRoutingHandler(RemoteRoutingHandler)
Default:
""

remoteInvocationAspectType

public abstract Class remoteInvocationAspectType
Deprecated. 
The class that implements this interface.

See Also:
EventDrivenSpaceRemotingProxyFactoryBean.setRemoteRoutingHandler(RemoteRoutingHandler)
Default:
java.lang.Object.class

GigaSpaces XAP 7.1 API

Copyright © GigaSpaces.