Here is the O2S system framework for resources.
Note: Your best bet is to start with the
entity resource; it will probably lead to what you seek.
| System Resources | Description |
|---|---|
| http://o2s.lcs.mit.edu/specs/system/child_spawn.xml | RService Command Line Handling |
| http://o2s.lcs.mit.edu/specs/system/connector_manager.xml | Creates and manages connectors; monitors health of connectors. |
| http://o2s.lcs.mit.edu/specs/system/entity.xml | entity is the base class for all O2S Entities. |
| http://o2s.lcs.mit.edu/specs/system/event.xml | Events object |
| http://o2s.lcs.mit.edu/specs/system/event_listener.xml | Event Listener Resource |
| http://o2s.lcs.mit.edu/specs/system/event_listener_factory.xml | Factory to generate event listeners. Mixin for Entity. |
| http://o2s.lcs.mit.edu/specs/system/registry_link.xml | Provides API to the Registry. This class is a mixin for Entity class. |
| http://o2s.lcs.mit.edu/specs/system/rservice.xml | RService/Resource base class |
| http://o2s.lcs.mit.edu/specs/system/server_spawn.xml | RService Command Line Handling (Server Side) |