Interface | Description |
---|---|
Exporter |
An abstraction for exporting a single remote object such that it can receive remote method
invocations, and later for unexporting that same remote object.
|
ProxyAccessor |
Provides a means to obtain a proxy from an exported remote object.
|
ServerContext.Spi |
Defines the interface for server context providers, which are consulted by
ServerContext.getServerContext() if no server context has been explicitly associated with the
current thread via a previous call to ServerContext.doWithServerContext(java.lang.Runnable, java.util.Collection) . |
Class | Description |
---|---|
ExportPermission |
Defines runtime permissions for
Exporter implementations. |
ServerContext |
The
ServerContext class contains static methods to execute some action within an
appropriate server context for the current thread and to obtain the server context for the
current thread. |
Annotation Type | Description |
---|---|
UseStubCache |
When marks a remote method, any stub that is passed as one of its argument will work with the
stub cache mechanism
|
Copyright © GigaSpaces.