|
GigaSpaces - Open Spaces | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@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
|
boolean |
fifo
|
String |
gigaSpace
The name of the GigaSpace instance (representing the Space)
that this remote invocation will occur on. |
boolean |
globablOneWay
|
String |
metaArgumentsHandler
The bean name that implements this interface. |
Class |
metaArgumentsHandlerType
The Class that implements this interface. |
String |
remoteInvocationAspect
The bean name that implements this interface. |
Class |
remoteInvocationAspectType
The class that implements this interface. |
String |
remoteRoutingHandler
The bean name that implements this interface. |
Class |
remoteRoutingHandlerType
The class that implements this interface. |
long |
timeout
|
boolean |
voidOneWay
|
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
AsyncSpaceRemotingProxyFactoryBean.setFifo(boolean)public abstract long timeout
AsyncSpaceRemotingProxyFactoryBean.setTimeout(long)public abstract boolean globablOneWay
AsyncSpaceRemotingProxyFactoryBean.setGlobalOneWay(boolean)public abstract boolean voidOneWay
AsyncSpaceRemotingProxyFactoryBean.setVoidOneWay(boolean)public abstract String asyncMethodPrefix
AsyncSpaceRemotingProxyFactoryBean.setAsyncMethodPrefix(String)public abstract String remoteRoutingHandler
AsyncSpaceRemotingProxyFactoryBean.setRemoteRoutingHandler(RemoteRoutingHandler)public abstract Class remoteRoutingHandlerType
AsyncSpaceRemotingProxyFactoryBean.setRemoteRoutingHandler(RemoteRoutingHandler)public abstract String metaArgumentsHandler
AsyncSpaceRemotingProxyFactoryBean.setMetaArgumentsHandler(MetaArgumentsHandler)public abstract Class metaArgumentsHandlerType
AsyncSpaceRemotingProxyFactoryBean.setMetaArgumentsHandler(MetaArgumentsHandler)public abstract String remoteInvocationAspect
AsyncSpaceRemotingProxyFactoryBean.setRemoteRoutingHandler(RemoteRoutingHandler)public abstract Class remoteInvocationAspectType
AsyncSpaceRemotingProxyFactoryBean.setRemoteRoutingHandler(RemoteRoutingHandler)
|
GigaSpaces - Open Spaces | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||