This commit is contained in:
Manuele Simi 2008-04-12 21:51:19 +00:00
parent 891d56017c
commit e645bf8373
2 changed files with 46 additions and 67 deletions

View File

@ -1,23 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<ServiceGroupRegistrationParameters <ServiceGroupRegistrationParameters
xmlns:sgc="http://mds.globus.org/servicegroup/client" xmlns="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="http://mds.globus.org/servicegroup/client"> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- Specifies that the registration will be renewed every 30 <!-- renewal registration time -->
seconds -->
<RefreshIntervalSecs>600</RefreshIntervalSecs> <RefreshIntervalSecs>600</RefreshIntervalSecs>
<Content>
<agg:AggregatorConfig xsi:type="agg:AggregatorConfig">
<!-- <Content> specifies registration specific information -->
<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"> <agg:GetMultipleResourcePropertiesPollType xmlns:registry="http://gcube-system.org/namespaces/informationsystem/registry">
<agg:PollIntervalMillis>60000</agg:PollIntervalMillis> <agg:PollIntervalMillis>60000</agg:PollIntervalMillis>
<agg:ResourcePropertyNames>registry:Profile</agg:ResourcePropertyNames> <agg:ResourcePropertyNames>registry:Profile</agg:ResourcePropertyNames>
</agg:GetMultipleResourcePropertiesPollType> </agg:GetMultipleResourcePropertiesPollType>
@ -26,4 +17,3 @@
</Content> </Content>
</ServiceGroupRegistrationParameters> </ServiceGroupRegistrationParameters>

View File

@ -1,28 +1,18 @@
<?xml version="1.0" encoding="UTF-8" ?>
<ServiceGroupRegistrationParameters <ServiceGroupRegistrationParameters
xmlns:sgc="http://mds.globus.org/servicegroup/client" xmlns="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="http://mds.globus.org/servicegroup/client"> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- Specifies that the registration will be renewed every 30
seconds -->
<!-- renewal registration time -->
<RefreshIntervalSecs>60</RefreshIntervalSecs> <RefreshIntervalSecs>60</RefreshIntervalSecs>
<Content
xmlns:agg="http://mds.globus.org/aggregator/types"
<!-- <Content> specifies registration specific information --> xsi:type="agg:AggregatorContent">
<Content xsi:type="agg:AggregatorContent" <agg:AggregatorConfig xsi:type="agg:AggregatorConfig">
xmlns:agg="http://mds.globus.org/aggregator/types"> <agg:GetMultipleResourcePropertiesPollType xmlns:registry="http://gcube-system.org/namespaces/informationsystem/registry">
<agg:AggregatorConfig>
<agg:GetMultipleResourcePropertiesPollType xmlns:registry="http://gcube-system.org/namespaces/informationsystem/registry"
xmlns:provider="http://gcube-system.org/namespaces/common/core/porttypes/GCUBEProvider">
<agg:PollIntervalMillis>60000</agg:PollIntervalMillis> <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>
@ -38,7 +28,6 @@
<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/>