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 SpaceRemotingEntry
buildResult, buildResult, buildResultTemplate, clone, getOneWay, setInstanceId, setInvocation, setLookupName, setMetaArguments, setOneWay, setRoutingMethods inherited from interface SpaceRemotingInvocation
getArguments, getLookupName, getMetaArguments, getMethodName, getRoutingMethods inherited from interface SpaceRemotingResult
getException, getInstanceId, getResult, getRouting
-
Method Details
-
getMethodHash
RemotingUtils.MethodHash getMethodHash() -
buildInvocation
HashedSpaceRemotingEntry buildInvocation(String lookupName, String methodName, RemotingUtils.MethodHash methodHash, Object[] arguments)
-