2008-04-12 23:51:19 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2008-03-18 19:37:47 +01:00
|
|
|
<ServiceGroupRegistrationParameters
|
2008-04-12 23:51:19 +02:00
|
|
|
xmlns="http://mds.globus.org/servicegroup/client"
|
2008-03-18 19:37:47 +01:00
|
|
|
xmlns:agg="http://mds.globus.org/aggregator/types"
|
2008-04-12 23:51:19 +02:00
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
|
|
|
|
|
|
<!-- renewal registration time -->
|
2009-05-27 21:53:23 +02:00
|
|
|
<RefreshIntervalSecs>60</RefreshIntervalSecs>
|
2008-04-25 00:55:24 +02:00
|
|
|
<Content xsi:type="agg:AggregatorContent"
|
|
|
|
xmlns:agg="http://mds.globus.org/aggregator/types">
|
2008-04-12 23:51:19 +02:00
|
|
|
<agg:AggregatorConfig xsi:type="agg:AggregatorConfig">
|
2008-04-25 00:55:24 +02:00
|
|
|
<agg:GetMultipleResourcePropertiesPollType
|
2008-05-13 18:20:49 +02:00
|
|
|
xmlns:registry="http://gcube-system.org/namespaces/informationsystem/registry">
|
2008-04-12 23:51:19 +02:00
|
|
|
<agg:PollIntervalMillis>60000</agg:PollIntervalMillis>
|
|
|
|
<agg:ResourcePropertyNames>registry:Profile</agg:ResourcePropertyNames>
|
|
|
|
</agg:GetMultipleResourcePropertiesPollType>
|
|
|
|
</agg:AggregatorConfig>
|
|
|
|
<agg:AggregatorData/>
|
|
|
|
</Content>
|
|
|
|
|
2008-03-18 19:37:47 +01:00
|
|
|
</ServiceGroupRegistrationParameters>
|
2008-04-25 00:55:24 +02:00
|
|
|
|
|
|
|
|