GigaSpaces XAP 8.0 API

Uses of Interface
org.openspaces.remoting.RemoteInvocationAspect

Packages that use RemoteInvocationAspect
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 RemoteInvocationAspect in org.openspaces.remoting
 

Methods in org.openspaces.remoting with parameters of type RemoteInvocationAspect
 ExecutorRemotingProxyConfigurer<T> ExecutorRemotingProxyConfigurer.remoteInvocationAspect(RemoteInvocationAspect remoteInvocationAspect)
           
 EventDrivenRemotingProxyConfigurer<T> EventDrivenRemotingProxyConfigurer.remoteInvocationAspect(RemoteInvocationAspect remoteInvocationAspect)
           
 void EventDrivenSpaceRemotingProxyFactoryBean.setRemoteInvocationAspect(RemoteInvocationAspect remoteInvocationAspect)
          The actual remote invocation can be replaced with an aspect implementing RemoteInvocationAspect which can be set using EventDrivenSpaceRemotingProxyFactoryBean.setRemoteInvocationAspect(RemoteInvocationAspect).
 void ExecutorSpaceRemotingProxyFactoryBean.setRemoteInvocationAspect(RemoteInvocationAspect remoteInvocationAspect)
          The actual remote invocation can be replaced with an aspect implementing RemoteInvocationAspect which can be set using ExecutorSpaceRemotingProxyFactoryBean.setRemoteInvocationAspect(org.openspaces.remoting.RemoteInvocationAspect).
 

Uses of RemoteInvocationAspect in org.openspaces.remoting.scripting
 

Classes in org.openspaces.remoting.scripting that implement RemoteInvocationAspect
 class LazyLoadingRemoteInvocationAspect
          The lazy loading remote invocation aspect wraps the actual remote invocation and adds support for LazyLoadingScripts.
 


GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.