|
GigaSpaces - Open Spaces | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
AsyncRemotingProxyConfigurer<T> |
AsyncRemotingProxyConfigurer.remoteInvocationAspect(RemoteInvocationAspect remoteInvocationAspect)
|
SyncRemotingProxyConfigurer<T> |
SyncRemotingProxyConfigurer.remoteInvocationAspect(RemoteInvocationAspect remoteInvocationAspect)
|
void |
AsyncSpaceRemotingProxyFactoryBean.setRemoteInvocationAspect(RemoteInvocationAspect remoteInvocationAspect)
The actual remote invocation can be replaced with an aspect implementing RemoteInvocationAspect
which can be set using AsyncSpaceRemotingProxyFactoryBean.setRemoteInvocationAspect(RemoteInvocationAspect) . |
void |
SyncSpaceRemotingProxyFactoryBean.setRemoteInvocationAspect(RemoteInvocationAspect remoteInvocationAspect)
The actual remote invocation can be replaced with an aspect implementing RemoteInvocationAspect
which can be set using SyncSpaceRemotingProxyFactoryBean.setRemoteInvocationAspect(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 LazyLoadingScript s. |
|
GigaSpaces - Open Spaces | |||||||||
PREV NEXT | FRAMES NO FRAMES |