Design: Control BES Debugging: Difference between revisions

From OPeNDAP Documentation
⧼opendap2-jumptonavigation⧽
(New page: == Control BES Debugging == The HAI will be able to send a command to the BES daemon that enables it to see a list of available debug contexts as well as their status (on or off). The HA...)
 
Line 4: Line 4:


The HAI will be able to send a message to the BES daemon that sets/clears the state of any given context.
The HAI will be able to send a message to the BES daemon that sets/clears the state of any given context.
=== Getting the list of contexts ===
<hai:GetBESContexts/>
==== Responses ====
If the BES daemon is successful, it will return a response that lists each debug context and its current state:
<hai:Context name="''name''" state="''on|off''"/>
...

Revision as of 22:45, 14 June 2011

Control BES Debugging

The HAI will be able to send a command to the BES daemon that enables it to see a list of available debug contexts as well as their status (on or off).

The HAI will be able to send a message to the BES daemon that sets/clears the state of any given context.

Getting the list of contexts

<hai:GetBESContexts/>

Responses

If the BES daemon is successful, it will return a response that lists each debug context and its current state:

<hai:Context name="name" state="on|off"/>
...