*** empty log message ***
authorAleš Křenek <ljocha@ics.muni.cz>
Tue, 28 Jun 2005 08:03:46 +0000 (08:03 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Tue, 28 Jun 2005 08:03:46 +0000 (08:03 +0000)
org.glite.lb.ws-interface/src/LB.xml

index 9f94f8a..2dd4c3d 100644 (file)
@@ -8,7 +8,22 @@
        elemNs="http://glite.org/wsdl/elements/lb"
        elemPrefix="lbe">
 
-       Keeping track of state of grid jobs.
+       <para>Logging and Bookkeeping (L&amp;B) service keeps track of grid jobs.</para>
+
+       <para>The service receives job events
+       from various components of the Workload Management System, stores
+       them, and derives then the corresponding job states.</para>
+       
+       Job information is fed into LB through a~logging interface
+       (<link linkend="">legacy C and shell API</link>)
+       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.
 
        <import namespace="http://glite.org/wsdl/services/lb" location="LBTypes.wsdl"/>