This commit is contained in:
Manuele Simi 2008-04-15 16:55:48 +00:00
parent 044d87587a
commit 3ecb26f1d7
1 changed files with 22 additions and 20 deletions

View File

@ -1,18 +1,21 @@
<?xml version="1.0" encoding="UTF-8" ?>
<ServiceGroupRegistrationParameters
xmlns="http://mds.globus.org/servicegroup/client"
xmlns:sgc="http://mds.globus.org/servicegroup/client"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing"
xmlns:agg="http://mds.globus.org/aggregator/types"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- renewal registration time -->
<RefreshIntervalSecs>60</RefreshIntervalSecs>
<Content
xmlns:agg="http://mds.globus.org/aggregator/types"
xsi:type="agg:AggregatorContent">
<agg:AggregatorConfig xsi:type="agg:AggregatorConfig">
<agg:GetMultipleResourcePropertiesPollType xmlns:registry="http://gcube-system.org/namespaces/informationsystem/registry">
<agg:PollIntervalMillis>60000</agg:PollIntervalMillis>
<!-- resource property list from here-->
xmlns="http://mds.globus.org/servicegroup/client">
<RefreshIntervalSecs>60</RefreshIntervalSecs>
<Content xsi:type="agg:AggregatorContent"
xmlns:agg="http://mds.globus.org/aggregator/types">
<agg:AggregatorConfig>
<agg:GetMultipleResourcePropertiesPollType xmlns:registry="http://gcube-system.org/namespaces/informationsystem/registry"
xmlns:provider="http://diligentproject.org/namespaces/common/provider/DILIGENTProvider">
<agg:PollIntervalMillis>60000</agg:PollIntervalMillis>
<!-- resource property list from here-->
<agg:ResourcePropertyNames>registry:RunningInstance</agg:ResourcePropertyNames>
<agg:ResourcePropertyNames>registry:ExternalRunningInstance</agg:ResourcePropertyNames>
<agg:ResourcePropertyNames>registry:Service</agg:ResourcePropertyNames>
@ -26,12 +29,11 @@
<agg:ResourcePropertyNames>registry:gLiteService</agg:ResourcePropertyNames>
<agg:ResourcePropertyNames>registry:VRE</agg:ResourcePropertyNames>
<agg:ResourcePropertyNames>registry:MetadataCollection</agg:ResourcePropertyNames>
<agg:ResourcePropertyNames>registry:TransformationProgram</agg:ResourcePropertyNames>
</agg:GetMultipleResourcePropertiesPollType>
</agg:AggregatorConfig>
<agg:AggregatorData/>
<agg:ResourcePropertyNames>registry:TransformationProgram</agg:ResourcePropertyNames>
</agg:GetMultipleResourcePropertiesPollType>
</agg:AggregatorConfig>
<agg:AggregatorData/>
</Content>
</ServiceGroupRegistrationParameters>
</ServiceGroupRegistrationParameters>