From: Aleš Křenek Date: Mon, 11 May 2009 15:18:09 +0000 (+0000) Subject: - NotifBind and NotifRefresh X-Git-Tag: glite-lb-client_R_4_0_2_2~20 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=a4130d93d72717ba0fcee9eb110dd78511cb0bc5;p=jra1mw.git - NotifBind and NotifRefresh - value1 optional in QueryRecord due to notif CHANGED op --- diff --git a/org.glite.lb.ws-interface/src/LB.xml b/org.glite.lb.ws-interface/src/LB.xml index 6579580..2e42a34 100644 --- a/org.glite.lb.ws-interface/src/LB.xml +++ b/org.glite.lb.ws-interface/src/LB.xml @@ -81,6 +81,23 @@ Any error. + + Server supported indexed attributes + + Dummy parameter (workaround for gSoap). + + Any error. + + + + Retrieve limit on query result size (no. of events or jobs). + Not implemented at server side. + + Dummy parameter (workaround for gSoap). + + Any error. + + @@ -91,6 +108,21 @@ + + + + + + + + + + + + + + + diff --git a/org.glite.lb.ws-interface/src/LBTypes.xml.T b/org.glite.lb.ws-interface/src/LBTypes.xml.T index fb8b566..586893d 100644 --- a/org.glite.lb.ws-interface/src/LBTypes.xml.T +++ b/org.glite.lb.ws-interface/src/LBTypes.xml.T @@ -278,7 +278,7 @@ A single query condition. Relational operator of the condition. - Value to compare the attribute with. + Value to compare the attribute with. Another value to compare the attribute with (op = WITHIN only).