Package | Description |
---|---|
org.openspaces.remoting |
A package including OpenSpaces support for Sync and Async remoting inspired by other Spring remoting
integrations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HashedSpaceRemotingEntry |
Modifier and Type | Class and Description |
---|---|
class |
EventDrivenSpaceRemotingEntry
Default implementation of a remoting entry that acts both as a remote invocation and a remote
result.
|
class |
EventDrivenSpaceRemotingFifoEntry
Default implementation of a remoting entry that acts both as a remote invocation and a remote
result.
|
class |
HashedEventDrivenSpaceRemotingEntry |
class |
HashedEventDrivenSpaceRemotingFifoEntry |
Modifier and Type | Method and Description |
---|---|
SpaceRemotingEntry |
EventDrivenSpaceRemotingEntry.buildInvocation(String lookupName,
String methodName,
Object[] arguments) |
SpaceRemotingEntry |
EventDrivenSpaceRemotingEntry.buildResult(Object result) |
SpaceRemotingEntry |
SpaceRemotingEntry.buildResult(Object obj) |
SpaceRemotingEntry |
HashedEventDrivenSpaceRemotingEntry.buildResult(Throwable e) |
SpaceRemotingEntry |
EventDrivenSpaceRemotingEntry.buildResult(Throwable e) |
SpaceRemotingEntry |
SpaceRemotingEntry.buildResult(Throwable e) |
SpaceRemotingEntry |
HashedEventDrivenSpaceRemotingEntry.buildResultTemplate() |
SpaceRemotingEntry |
EventDrivenSpaceRemotingEntry.buildResultTemplate() |
SpaceRemotingEntry |
SpaceRemotingEntry.buildResultTemplate() |
SpaceRemotingEntry |
SpaceRemotingEntryFactory.createEntry(boolean fifo) |
SpaceRemotingEntry |
SpaceRemotingEntryMetadataFactory.createEntry(boolean fifo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SpaceRemotingServiceExporter.onEvent(SpaceRemotingEntry remotingEntry,
GigaSpace gigaSpace,
org.springframework.transaction.TransactionStatus txStatus,
Object source)
Receives a
SpaceRemotingEntry which holds all the relevant invocation information. |
Constructor and Description |
---|
EventDrivenRemoteFuture(GigaSpace gigaSpace,
SpaceRemotingEntry remotingEntry) |
Copyright © GigaSpaces.