summaryrefslogtreecommitdiff
path: root/ACEXML/compass/properties.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/compass/properties.xml')
-rw-r--r--ACEXML/compass/properties.xml23
1 files changed, 15 insertions, 8 deletions
diff --git a/ACEXML/compass/properties.xml b/ACEXML/compass/properties.xml
index 06a0da9bc15..c619cc0e0c3 100644
--- a/ACEXML/compass/properties.xml
+++ b/ACEXML/compass/properties.xml
@@ -2,32 +2,39 @@
<!DOCTYPE properties SYSTEM "properties.dtd">
<properties>
<struct name="ECProperties" type="EC_Properties">
- <description>Configuration for a Simple Event Channel</description>
+ <description>Simple Event Channel</description>
<simple name="ECDispactching" type="string">
<value>reactive</value>
</simple>
<simple name="ECFiltering" type="string">
<value>basic</value>
</simple>
- <simple name="ECSupplierFiltering" type="string">
+ <simple name="ECSupplierFiltering"
+ type="string">
<value>per-supplier</value>
</simple>
- <simple name="ECProxyConsumerLock" type="string">
+ <simple name="ECProxyConsumerLock"
+ type="string">
<value>thread</value>
</simple>
- <simple name="ECProxySupplierLock" type="string">
+ <simple name="ECProxySupplierLock"
+ type="string">
<value>thread</value>
</simple>
- <simple name="ECConsumerControl" type="string">
+ <simple name="ECConsumerControl"
+ type="string">
<value>reactive</value>
</simple>
- <simple name="ECSupplierControl" type="string">
+ <simple name="ECSupplierControl"
+ type="string">
<value>reactive</value>
</simple>
- <simple name="ECConsumerControlPeriod" type="long">
+ <simple name="ECConsumerControlPeriod"
+ type="long">
<value>50000</value>
</simple>
- <simple name="ECSupplierControlPeriod" type="long">
+ <simple name="ECSupplierControlPeriod"
+ type="long">
<value>50000</value>
</simple>
</struct>