[Missing <summary> documentation for "N:GigaSpaces.XAP.Remoting"]
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
namespace GigaSpaces.XAP.Remoting
Namespace GigaSpaces.XAP.Remoting
namespace GigaSpaces.XAP.Remoting
package GigaSpaces.XAP.Remoting
Types
All Types | Classes | Interfaces |
Icon | Type | Description |
---|---|---|
AbstractRemotingProxyBuilder<(Of <(<'TService>)>)> |
A base class for builders of a proxy for a remote service
| |
FirstResultReducer |
A IRemoteResultReducer which takes the first returned result of a broadcast remoting
invocation and returns it as the execution result. The reducer also implements IRemoteResultFilter
in order to break the broadcast result collection once a single result arrives.
| |
GigaSpacesRemotingException |
Thrown when an error which relates to remoting occurrd.
| |
IMetaArgumentsHandler |
Meta argument handler can control the meta data objects that will be used
for the remote invocation.
| |
IRemoteResultFilter |
An optional filter that can be used with IRemoteResultReducer. Allows to be notified
for each SpaceRemotingResult that arrives and decide what
should be done with it.
| |
IRemoteResultReducer |
A remoting result reducer (aka Map Reduce) used when working with
ExecutorBroadcastRemotingProxyBuilder<(Of <(<'TService>)>)> in order to reduce the broadcast results into
a "client side" result value.
| |
IRemoteServiceDetails |
Provide details of a hosted remote service.
SpaceRemotingServiceAttribute | |
IRemoteServiceStats |
Provide statistics for a remote service
SpaceRemotingServiceAttribute | |
IRemotingServiceDetails |
Gets the details of the hosted remoting services within the processing unit.
SpaceRemotingServiceAttribute | |
IRemotingServiceMonitors |
Provide monitoring of the hosted remoting services within the processing unit.
SpaceRemotingServiceAttribute | |
ISpaceRemotingInvocation |
Represents a remote method invocation.
| |
ServiceNotFoundException |
Thrown when trying to invoke a method on a service which is not found.
| |
SpaceRemotingFilterInfo |
Contains a single remoting filter decision invocation required info.
| |
SpaceRemotingResult |
Result of remote service invocation
| |
SpaceRemotingResultsCollection |
Collection of SpaceRemotingResult | |
SpaceRemotingServiceAttribute |
Used to give optional additional attributes for a remoting service
| |
SpaceServiceOperationAttribute |
Used to specify a behavior of a method of a remote service
|