- receiveByOthers(String, WiredBox) - Method in class connections.Port
-
The following makes it possible:
- Receiver - Class in adam
-
stub for bridging Java Connections code with wired box implementations in other languages.
- Receiver() - Constructor for class adam.Receiver
-
- RecordBox - Class in testBoxes
-
- RecordBox() - Constructor for class testBoxes.RecordBox
-
- RED_THREAD - Static variable in class connections.views.ViewerWire
-
- REDO - Static variable in class connections.views.ViewerBox
-
- registerErrorHandler(ErrorHandler) - Method in class adam.WireClientEndpoint
-
- RemoteCodeGenerationStubFactory - Class in adam
-
The server generates java bytecode for the stubs, we just dynamically load and link
the stub classes.
- RemoteCodeGenerationStubFactory() - Constructor for class adam.RemoteCodeGenerationStubFactory
-
- REPLY - Static variable in class connections.TextEntryBox
-
- reply(Object) - Method in class connections.TextEntryBox
-
- REPLY_COLOR - Static variable in class utils.Colors
-
- replyError(long, Throwable) - Method in class adam.WireClientEndpoint
-
- replyRPCResult(long, Object) - Method in class adam.WireClientEndpoint
-
- reset() - Method in class adam.LocalCodeGenStubFactory
-
- reset() - Method in class adam.RemoteCodeGenerationStubFactory
-
- reset() - Method in class adam.WiredBoxStubFactory
-
destroy any factory state
- RESET - Static variable in class connections.Port
-
- resetColor() - Method in class connections.views.ViewerBox
-
- results - Variable in class testBoxes.BlockingQueueBox
-
- rootColor - Static variable in class connections.views.ViewerBox
-
- rpc(String, Object[]) - Method in interface adam.RPCBox
-
- rpc(String, String, Object[]) - Method in class adam.WireClientEndpoint
-
After going to great lengths to obliterate standard RPC
semantics with the Wire Pattern we decide that we must have
RPC after all.
- RPCBox - Interface in adam
-
There is a compelling use case for supporting RPC semantics in addition to PHW's
Box & Wire pattern.
- RPCDemo - Class in adam
-
- RPCDemo() - Constructor for class adam.RPCDemo
-
- RPCDemo.RPCTester - Class in adam
-
- RPCDemo.RPCTester() - Constructor for class adam.RPCDemo.RPCTester
-