|
Class Summary |
| CallEnvelope |
CallEnvelope is used to carry method calls across the wire. |
| ExceptionEnvelope |
Used to carry exceptions (errors) back to the method caller. |
| GenericStub |
GenericStub is the superclass of actual stubs to remote interface
implementations. |
| RemoteReference |
RemoteReference points to RPC servers. |
| ReturnEnvelope |
ReturnEnvelope holds the return values of the method invocation. |
| SkelServer |
SkelServer is used on the RPC receive side to dispatch incoming calls
to their correct skeleton. |
| StubRegistry |
StubRegistry is used to get map RemoteReferences to
stubs. |