|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=FIELD) @Retention(value=RUNTIME) public @interface EventDrivenProxy
An annotation used to inject EventDrivenSpaceRemotingProxyFactoryBean
into a field.
EventDrivenSpaceRemotingProxyFactoryBean
,
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 |
globalOneWay
|
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
EventDrivenSpaceRemotingProxyFactoryBean.setFifo(boolean)
public abstract long timeout
EventDrivenSpaceRemotingProxyFactoryBean.setTimeout(long)
public abstract boolean globalOneWay
EventDrivenSpaceRemotingProxyFactoryBean.setGlobalOneWay(boolean)
public abstract boolean voidOneWay
EventDrivenSpaceRemotingProxyFactoryBean.setVoidOneWay(boolean)
public abstract String asyncMethodPrefix
EventDrivenSpaceRemotingProxyFactoryBean.setAsyncMethodPrefix(String)
public abstract String remoteRoutingHandler
EventDrivenSpaceRemotingProxyFactoryBean.setRemoteRoutingHandler(org.openspaces.remoting.RemoteRoutingHandler)
public abstract Class remoteRoutingHandlerType
EventDrivenSpaceRemotingProxyFactoryBean.setRemoteRoutingHandler(org.openspaces.remoting.RemoteRoutingHandler)
public abstract String metaArgumentsHandler
EventDrivenSpaceRemotingProxyFactoryBean.setMetaArgumentsHandler(org.openspaces.remoting.MetaArgumentsHandler)
public abstract Class metaArgumentsHandlerType
EventDrivenSpaceRemotingProxyFactoryBean.setMetaArgumentsHandler(org.openspaces.remoting.MetaArgumentsHandler)
public abstract String remoteInvocationAspect
EventDrivenSpaceRemotingProxyFactoryBean.setRemoteRoutingHandler(org.openspaces.remoting.RemoteRoutingHandler)
public abstract Class remoteInvocationAspectType
EventDrivenSpaceRemotingProxyFactoryBean.setRemoteRoutingHandler(org.openspaces.remoting.RemoteRoutingHandler)
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |