Package org.openspaces.remoting
Interface SpaceRemotingEntry
- All Superinterfaces:
Cloneable,SpaceRemotingInvocation,SpaceRemotingResult
- All Known Subinterfaces:
HashedSpaceRemotingEntry
- All Known Implementing Classes:
EventDrivenSpaceRemotingEntry,EventDrivenSpaceRemotingFifoEntry,HashedEventDrivenSpaceRemotingEntry,HashedEventDrivenSpaceRemotingFifoEntry
- Since:
- 8.0
- Author:
- Niv Ingberg
-
Method Summary
Modifier and TypeMethodDescriptionbuildResult(Object obj) clone()voidsetInstanceId(Integer instanceId) voidsetInvocation(Boolean invocation) voidsetLookupName(String lookupName) voidsetMetaArguments(Object[] metaArguments) voidvoidsetRouting(Object routing) Methods 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
-
setInvocation
-
setInstanceId
-
setLookupName
-
setRouting
-
setMetaArguments
-
getOneWay
Boolean getOneWay() -
setOneWay
-
buildResult
-
buildResult
-
buildResultTemplate
SpaceRemotingEntry buildResultTemplate() -
clone
- Throws:
CloneNotSupportedException
-