Interface | Description |
---|---|
RemoteObject |
Provides access to various settings on a remote object.
|
Class | Description |
---|---|
ObjectSpace |
Allows methods on objects to be invoked remotely over TCP.
|
ObjectSpace.InvokeMethod |
Internal message to invoke methods remotely.
|
ObjectSpace.InvokeMethodResult |
Internal message to return the result of a remotely invoked method.
|
Exception | Description |
---|---|
TimeoutException |
Thrown when a method with a return value is invoked on a remote object and the response is not received with the
response timeout . |