GigaSpaces - Open Spaces

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
          A space async 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
          A space sync remoting proxy that forward the service execution to a remote service with the space as the transport layer.
 

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 - Open Spaces

Copyright © GigaSpaces.