|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
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.
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. |
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 fifo
EventDrivenSpaceRemotingProxyFactoryBean.setFifo(boolean)
public abstract long timeout
EventDrivenSpaceRemotingProxyFactoryBean.setTimeout(long)
public abstract boolean globablOneWay
EventDrivenSpaceRemotingProxyFactoryBean.setGlobalOneWay(boolean)
public abstract boolean voidOneWay
EventDrivenSpaceRemotingProxyFactoryBean.setVoidOneWay(boolean)
public abstract String asyncMethodPrefix
EventDrivenSpaceRemotingProxyFactoryBean.setAsyncMethodPrefix(String)
public abstract String remoteRoutingHandler
EventDrivenSpaceRemotingProxyFactoryBean.setRemoteRoutingHandler(RemoteRoutingHandler)
public abstract Class remoteRoutingHandlerType
EventDrivenSpaceRemotingProxyFactoryBean.setRemoteRoutingHandler(RemoteRoutingHandler)
public abstract String metaArgumentsHandler
EventDrivenSpaceRemotingProxyFactoryBean.setMetaArgumentsHandler(MetaArgumentsHandler)
public abstract Class metaArgumentsHandlerType
EventDrivenSpaceRemotingProxyFactoryBean.setMetaArgumentsHandler(MetaArgumentsHandler)
public abstract String remoteInvocationAspect
EventDrivenSpaceRemotingProxyFactoryBean.setRemoteRoutingHandler(RemoteRoutingHandler)
public abstract Class remoteInvocationAspectType
EventDrivenSpaceRemotingProxyFactoryBean.setRemoteRoutingHandler(RemoteRoutingHandler)
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |