Package org.openspaces.remoting
Class RemotingProxyUtils
java.lang.Object
org.openspaces.remoting.RemotingProxyUtils
A set of common code shared between different remoting proxies.
- Author:
- kimchy
-
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectcomputeRouting(SpaceRemotingInvocation remotingEntry, RemoteRoutingHandler remoteRoutingHandler, org.aopalliance.intercept.MethodInvocation methodInvocation) Computes the routing index for a given remote invocation.
-
Method Details
-
computeRouting
public static Object computeRouting(SpaceRemotingInvocation remotingEntry, RemoteRoutingHandler remoteRoutingHandler, org.aopalliance.intercept.MethodInvocation methodInvocation) throws Exception Computes the routing index for a given remote invocation.- Throws:
Exception
-