Uses of Interface
org.openspaces.remoting.SpaceRemotingEntry
Packages that use SpaceRemotingEntry
Package
Description
A package including OpenSpaces support for Sync and Async remoting inspired by other Spring remoting
integrations.
-
Uses of SpaceRemotingEntry in org.openspaces.remoting
Subinterfaces of SpaceRemotingEntry in org.openspaces.remotingClasses in org.openspaces.remoting that implement SpaceRemotingEntryModifier 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.classclassMethods in org.openspaces.remoting that return SpaceRemotingEntryModifier and TypeMethodDescriptionEventDrivenSpaceRemotingEntry.buildInvocation(String lookupName, String methodName, Object[] arguments) EventDrivenSpaceRemotingEntry.buildResult(Object result) EventDrivenSpaceRemotingEntry.buildResult(Throwable e) HashedEventDrivenSpaceRemotingEntry.buildResult(Throwable e) SpaceRemotingEntry.buildResult(Object obj) SpaceRemotingEntry.buildResult(Throwable e) EventDrivenSpaceRemotingEntry.buildResultTemplate()HashedEventDrivenSpaceRemotingEntry.buildResultTemplate()SpaceRemotingEntry.buildResultTemplate()SpaceRemotingEntryFactory.createEntry(boolean fifo) SpaceRemotingEntryMetadataFactory.createEntry(boolean fifo) Deprecated.Methods in org.openspaces.remoting with parameters of type SpaceRemotingEntryModifier and TypeMethodDescriptionvoidSpaceRemotingServiceExporter.onEvent(SpaceRemotingEntry remotingEntry, GigaSpace gigaSpace, org.springframework.transaction.TransactionStatus txStatus, Object source) Receives aSpaceRemotingEntrywhich holds all the relevant invocation information.Constructors in org.openspaces.remoting with parameters of type SpaceRemotingEntryModifierConstructorDescriptionEventDrivenRemoteFuture(GigaSpace gigaSpace, SpaceRemotingEntry remotingEntry)