GigaSpaces XAP 7.1 API

Uses of Interface
org.openspaces.remoting.RemotingInvoker

Packages that use RemotingInvoker
org.openspaces.remoting A package including OpenSpaces support for Sync and Async remoting inspired by other Spring remoting integrations. 
org.openspaces.remoting.scripting   
 

Uses of RemotingInvoker in org.openspaces.remoting
 

Classes in org.openspaces.remoting that implement RemotingInvoker
 class AsyncSpaceRemotingProxyFactoryBean
          Deprecated. Use EventDrivenSpaceRemotingProxyFactoryBean: Async remoting renamed to event driven.
 class EventDrivenSpaceRemotingProxyFactoryBean
          A space event driven remoting proxy that forward the service execution to a remote service with the space as the transport layer.
 class ExecutorSpaceRemotingProxyFactoryBean
          A space executor remoting proxy that forward the service execution to a remote service with the space as the transport layer.
 class SyncSpaceRemotingProxyFactoryBean
          Deprecated. Use ExecutorSpaceRemotingProxyFactoryBean and executor based remoting instead.
 

Methods in org.openspaces.remoting with parameters of type RemotingInvoker
 T RemoteInvocationAspect.invoke(MethodInvocation methodInvocation, RemotingInvoker remotingInvoker)
          The aspect is called instead of the actual remote invocation.
 

Uses of RemotingInvoker in org.openspaces.remoting.scripting
 

Methods in org.openspaces.remoting.scripting with parameters of type RemotingInvoker
 Object LazyLoadingRemoteInvocationAspect.invoke(MethodInvocation methodInvocation, RemotingInvoker remotingInvoker)
          If the scipt being executed is a lazy loading script, and it is cacheable, the actual script content will not be sent to the remote service.
 


GigaSpaces XAP 7.1 API

Copyright © GigaSpaces.