Class | Description |
---|---|
InProcessRemoteWorker |
In-process implementation of RemoteWorker.
|
RemoteCallManager |
A thread that handles incoming requests from other workers.
|
RemoteWorker |
Encapsulates a remote worker.
|
WriterMap |
Maps proxies to the host that holds the most up-to-date copy of that object.
|
Exception | Description |
---|---|
RemoteCallException |
Thrown to indicate a remote call had an exceptional result.
|
RemoteCallLabelCheckFailedException |
Indicates that the runtime label check for a remote call has failed.
|