Changes between Version 14 and Version 15 of DevelopmentPlan


Ignore:
Timestamp:
04/22/12 17:38:19 (13 months ago)
Author:
dustin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentPlan

    v14 v15  
    3636 
    3737 1. ro ("read only"), which allows reading any state and subscribing to any messages; 
     38   * getters - fetching data from the db API 
     39   * subscriptions - subscribing to messages from the mq layer  
    3840 1. control, which allows state to be changed in specific ways by sending appropriate messages (e.g., stopping a build); and 
    3941 1. rw ("read/write"), which allows direct updates to state while sending appropriate messages 
    4042 
    4143The ro section is exposed everywhere.  Access to the control section should be authenticated at higher levels, as the data layer does no authentication.  The rw section is for use only by the process layer -- all external interaction with that layer should be done via the rw section. 
     44 
     45See [wiki:DevelopmentPlan-DataApi] for more detail. 
    4246 
    4347== status listeners ==