From c83f790f038bb97b79cdd40a2d01ca5a300f77fb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Thu, 15 Sep 2005 12:25:40 +0000 Subject: [PATCH] several IS admin operations added --- org.glite.jp.ws-interface/Makefile | 1 - org.glite.jp.ws-interface/src/JobProvenanceIS.xml | 30 +++++++++++++++++++++- .../src/JobProvenanceTypes.xml | 9 +++++++ 3 files changed, 38 insertions(+), 2 deletions(-) diff --git a/org.glite.jp.ws-interface/Makefile b/org.glite.jp.ws-interface/Makefile index d15da33..4bed4d2 100644 --- a/org.glite.jp.ws-interface/Makefile +++ b/org.glite.jp.ws-interface/Makefile @@ -19,7 +19,6 @@ XMLLINT:=xmllint docbookxls:=http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl WSDL=JobProvenancePS.wsdl JobProvenanceIS.wsdl JobProvenanceTypes.wsdl -#WSDL=JobProvenancePS.wsdl JobProvenanceTypes.wsdl all compile: ${WSDL} diff --git a/org.glite.jp.ws-interface/src/JobProvenanceIS.xml b/org.glite.jp.ws-interface/src/JobProvenanceIS.xml index 0d93e3e..5f52089 100644 --- a/org.glite.jp.ws-interface/src/JobProvenanceIS.xml +++ b/org.glite.jp.ws-interface/src/JobProvenanceIS.xml @@ -14,6 +14,8 @@ + + Called by JP primary storage as a response to FeedIndex request. Updates information on jobs in index server, according to what JPPS @@ -24,7 +26,8 @@ Any error. - + + User query to index server. @@ -38,5 +41,30 @@ Any error. + + + + Called by JP index serve admin tool to ask new primary storage server to feed it. + Updates information on PS in index server, according to what JPPS + currently knows. + + New feed IS URL, filter and query type. + + Any error. + + + Called by JP index serve admin tool to find out IS open feeds + + List of active feeds on IS. + + Any error. + + + Called by JP index serve admin tool to remove one feed session. + + ID of feed to be removed. + + Any error. + diff --git a/org.glite.jp.ws-interface/src/JobProvenanceTypes.xml b/org.glite.jp.ws-interface/src/JobProvenanceTypes.xml index b396200..8e4a356 100644 --- a/org.glite.jp.ws-interface/src/JobProvenanceTypes.xml +++ b/org.glite.jp.ws-interface/src/JobProvenanceTypes.xml @@ -41,6 +41,15 @@ Another value (for op = WITHIN). + + One session between IS and PS (aka feed) charactetristics. + URL of primary server. + Filter conditions. + Query type. + Query type + Unique ID of the feed session. + + JP primary storage file identification. Type of the file (as set on StartUpload). -- 1.8.2.3