From: Aleš Křenek Date: Tue, 28 Jun 2005 08:03:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: Root_glite-deployment-lb_branch_2_0_0~20 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=4f88f96d9d055808e99ad51400237b9fa5255cc6;p=jra1mw.git *** empty log message *** --- diff --git a/org.glite.lb.ws-interface/src/LB.xml b/org.glite.lb.ws-interface/src/LB.xml index 9f94f8a..2dd4c3d 100644 --- a/org.glite.lb.ws-interface/src/LB.xml +++ b/org.glite.lb.ws-interface/src/LB.xml @@ -8,7 +8,22 @@ elemNs="http://glite.org/wsdl/elements/lb" elemPrefix="lbe"> - Keeping track of state of grid jobs. + Logging and Bookkeeping (L&B) service keeps track of grid jobs. + + The service receives job events + from various components of the Workload Management System, stores + them, and derives then the corresponding job states. + + Job information is fed into LB through a~logging interface + (legacy C and shell API) + and it is not exposed as a web service yet. + + The users may query job states or retrieve LB events either via the same C/C++ + interface or via this web-service interface. + + Besides querying for the job state actively the user may also register for + receiving notifications on particular job state changes. + This functionality is supported only in the legacy C/C++ interface.