|
GigaSpaces - Open Spaces | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=FIELD) @Retention(value=RUNTIME) public @interface AsyncScriptingExecutor
Allows to inject a ScriptingExecutor remoting proxy using
AsyncSpaceRemotingProxyFactoryBean.
RemotingAnnotationBeanPostProcessor| Optional Element Summary | |
|---|---|
boolean |
fifo
Should the remote invocation operate in a fifo manner. |
String |
gigaSpace
The name of the GigaSpace instance (representing the Space)
that this remote invocation will occur on. |
long |
timeout
The timeout value when using this async call in a sync manner. |
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 long timeout
AsyncSpaceRemotingProxyFactoryBean.setTimeout(long)public abstract boolean fifo
|
GigaSpaces - Open Spaces | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||