Package org.openspaces.remoting
Interface HashedSpaceRemotingEntry
- All Superinterfaces:
Cloneable,SpaceRemotingEntry,SpaceRemotingInvocation,SpaceRemotingResult
- All Known Implementing Classes:
HashedEventDrivenSpaceRemotingEntry,HashedEventDrivenSpaceRemotingFifoEntry
- Since:
- 8.0
- Author:
- Niv Ingberg
-
Method Summary
Modifier and TypeMethodDescriptionbuildInvocation(String lookupName, String methodName, RemotingUtils.MethodHash methodHash, Object[] arguments) Methods inherited from interface org.openspaces.remoting.SpaceRemotingEntry
buildResult, buildResult, buildResultTemplate, clone, getOneWay, setInstanceId, setInvocation, setLookupName, setMetaArguments, setOneWay, setRoutingMethods inherited from interface org.openspaces.remoting.SpaceRemotingInvocation
getArguments, getLookupName, getMetaArguments, getMethodName, getRoutingMethods inherited from interface org.openspaces.remoting.SpaceRemotingResult
getException, getInstanceId, getResult, getRouting
-
Method Details
-
getMethodHash
RemotingUtils.MethodHash getMethodHash() -
buildInvocation
HashedSpaceRemotingEntry buildInvocation(String lookupName, String methodName, RemotingUtils.MethodHash methodHash, Object[] arguments)
-