From 4f88f96d9d055808e99ad51400237b9fa5255cc6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Tue, 28 Jun 2005 08:03:46 +0000 Subject: [PATCH] *** empty log message *** --- org.glite.lb.ws-interface/src/LB.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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. -- 1.8.2.3