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 <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:agg="http://mds.globus.org/aggregator/types"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xmlns="http://mds.globus.org/servicegroup/client">
<!-- renewal registration time --> <RefreshIntervalSecs>60</RefreshIntervalSecs>
<RefreshIntervalSecs>60</RefreshIntervalSecs>
<Content <Content xsi:type="agg:AggregatorContent"
xmlns:agg="http://mds.globus.org/aggregator/types" xmlns:agg="http://mds.globus.org/aggregator/types">
xsi:type="agg:AggregatorContent">
<agg:AggregatorConfig xsi:type="agg:AggregatorConfig"> <agg:AggregatorConfig>
<agg:GetMultipleResourcePropertiesPollType xmlns:registry="http://gcube-system.org/namespaces/informationsystem/registry"> <agg:GetMultipleResourcePropertiesPollType xmlns:registry="http://gcube-system.org/namespaces/informationsystem/registry"
<agg:PollIntervalMillis>60000</agg:PollIntervalMillis> xmlns:provider="http://diligentproject.org/namespaces/common/provider/DILIGENTProvider">
<!-- resource property list from here--> <agg:PollIntervalMillis>60000</agg:PollIntervalMillis>
<!-- resource property list from here-->
<agg:ResourcePropertyNames>registry:RunningInstance</agg:ResourcePropertyNames> <agg:ResourcePropertyNames>registry:RunningInstance</agg:ResourcePropertyNames>
<agg:ResourcePropertyNames>registry:ExternalRunningInstance</agg:ResourcePropertyNames> <agg:ResourcePropertyNames>registry:ExternalRunningInstance</agg:ResourcePropertyNames>
<agg:ResourcePropertyNames>registry:Service</agg:ResourcePropertyNames> <agg:ResourcePropertyNames>registry:Service</agg:ResourcePropertyNames>
@ -26,12 +29,11 @@
<agg:ResourcePropertyNames>registry:gLiteService</agg:ResourcePropertyNames> <agg:ResourcePropertyNames>registry:gLiteService</agg:ResourcePropertyNames>
<agg:ResourcePropertyNames>registry:VRE</agg:ResourcePropertyNames> <agg:ResourcePropertyNames>registry:VRE</agg:ResourcePropertyNames>
<agg:ResourcePropertyNames>registry:MetadataCollection</agg:ResourcePropertyNames> <agg:ResourcePropertyNames>registry:MetadataCollection</agg:ResourcePropertyNames>
<agg:ResourcePropertyNames>registry:TransformationProgram</agg:ResourcePropertyNames> <agg:ResourcePropertyNames>registry:TransformationProgram</agg:ResourcePropertyNames>
</agg:GetMultipleResourcePropertiesPollType>
</agg:GetMultipleResourcePropertiesPollType> </agg:AggregatorConfig>
</agg:AggregatorConfig>
<agg:AggregatorData/> <agg:AggregatorData/>
</Content> </Content>
</ServiceGroupRegistrationParameters> </ServiceGroupRegistrationParameters>