Package edu.cmu.aura.service.rpc

Interface Summary
RemotelyReferable A utility interface implemented by classes that expect callbacks.
Skel Skel implemented by classes that route calls from SkelServer to the classes that actually implement Remote interfaces.
 

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.