Interface | Description |
---|---|
Collector |
Fan in for java wires leading to boxes implemented in other languages
|
DefaultSettings | |
ErrorHandler |
Simple error-handling interface, used in Adam's net wire API.
|
RPCBox |
There is a compelling use case for supporting RPC semantics in addition to PHW's
Box & Wire pattern.
|
Class | Description |
---|---|
ConnectionsProxy | |
CppCollector | |
Demo | |
Demo.Chatterbox | |
GuiDemo | |
LibUtil |
utility functions for using Propagators / Genesis in a library
|
LocalCodeGenStubFactory |
This is relegated to the server eclipse project but it is meant to run on the client.
|
Receiver |
stub for bridging Java Connections code with wired box implementations in other languages.
|
RemoteCodeGenerationStubFactory |
The server generates java bytecode for the stubs, we just dynamically load and link
the stub classes.
|
RPCDemo | |
RPCDemo.RPCTester | |
SimpleTestBox | |
Tests | |
Tests.Local | |
Tests.OtherLocal | |
Tests.PublishMe | |
WireClientEndpoint |
This class contains all of the network endpoint code, so that we
can swap out XMLRPC for something less bloated and horrible in the
future.
|
WireClientEndpoint.PhoneHomeEndpoint |
DON'T INSTANIATE ONE OF THESE! This class has to be public to simplify code generation, but
it is not part of the API.
|
WireClientEndpoint.PollingEndpoint | |
WiredBoxStubFactory |