Uses of Interface
org.openspaces.remoting.SpaceRemotingInvocation
Packages that use SpaceRemotingInvocation
Package
Description
A package including OpenSpaces support for Sync and Async remoting inspired by other Spring remoting
integrations.
-
Uses of SpaceRemotingInvocation in org.openspaces.remoting
Subinterfaces of SpaceRemotingInvocation in org.openspaces.remotingModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in org.openspaces.remoting that implement SpaceRemotingInvocationModifier and TypeClassDescriptionclassDefault implementation of a remoting entry that acts both as a remote invocation and a remote result.classDefault implementation of a remoting entry that acts both as a remote invocation and a remote result.classExecutorRemotingTask<T extends Serializable>ATaskthat can be used to simulate remote invocation withSpaceRemotingServiceExporter.classclassMethods in org.openspaces.remoting that return SpaceRemotingInvocationModifier and TypeMethodDescriptionSpaceRemoteExecutionException.getRemoteInvocation()Returns the remote invocation that caused this execution exception.Methods in org.openspaces.remoting with parameters of type SpaceRemotingInvocationModifier and TypeMethodDescriptionMethodParamRemoteRoutingHandler.computeRouting(SpaceRemotingInvocation remotingEntry) RemoteRoutingHandler.computeRouting(SpaceRemotingInvocation remotingEntry) Returns the routing field value based on the remoting invocation.static ObjectRemotingProxyUtils.computeRouting(SpaceRemotingInvocation remotingEntry, RemoteRoutingHandler remoteRoutingHandler, org.aopalliance.intercept.MethodInvocation methodInvocation) Computes the routing index for a given remote invocation.ServiceExecutionAspect.invoke(SpaceRemotingInvocation invocation, ServiceExecutionAspect.MethodInvocation method, Object service) A service execution callback allows to wrap the execution of "server side" service.Object[]MetaArgumentsHandler.obtainMetaArguments(SpaceRemotingInvocation remotingEntry) Meta argument handler can control the meta data objects that will be used for the remote invocation.RemoteResultReducer.reduce(SpaceRemotingResult<Y>[] results, SpaceRemotingInvocation remotingInvocation) Reduces a list of Space remoting invocation results to an Object value.Constructors in org.openspaces.remoting with parameters of type SpaceRemotingInvocationModifierConstructorDescriptionSpaceRemoteExecutionException(SpaceRemotingInvocation remoteInvocation, String message, Throwable cause) SpaceRemoteExecutionException(SpaceRemotingInvocation remoteInvocation, SpaceRemotingResult remoteResult) -
Uses of SpaceRemotingInvocation in org.openspaces.remoting.scripting
Methods in org.openspaces.remoting.scripting with parameters of type SpaceRemotingInvocationModifier and TypeMethodDescriptionScriptingRemoteRoutingHandler.computeRouting(SpaceRemotingInvocation remotingEntry) Only works withScriptingExecutorand usesScript.getRouting()in order to compute the routing index.Object[]ScriptingMetaArgumentsHandler.obtainMetaArguments(SpaceRemotingInvocation remotingEntry)