GigaSpaces - Open Spaces

org.openspaces.remoting.scripting
Annotation Type SyncScriptingExecutor


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

Allows to inject a ScriptingExecutor remoting proxy using SyncSpaceRemotingProxyFactoryBean.

Author:
kimchy
See Also:
RemotingAnnotationBeanPostProcessor

Optional Element Summary
 String gigaSpace
          The name of the GigaSpace instance (representing the Space) that this remote invocation will occur on.
 

gigaSpace

public abstract String gigaSpace
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:
""

GigaSpaces - Open Spaces

Copyright © GigaSpaces.