summaryrefslogtreecommitdiff
path: root/qpid/cpp/xml/cluster.xml
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-08-29 18:18:45 +0000
committerAlan Conway <aconway@apache.org>2008-08-29 18:18:45 +0000
commitac1660c072fc1fc783731b7cd216861fc6999ac0 (patch)
tree5e401b8cd8e4c491cefa4e74b8185e2cfc032736 /qpid/cpp/xml/cluster.xml
parent605ec8d6c0cfab3683fd962e42fbcd39b4b53db9 (diff)
downloadqpid-python-ac1660c072fc1fc783731b7cd216861fc6999ac0.tar.gz
Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rather than boost functions.
Use framing::Operations and Invoker to dispatch cluster methods. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@690358 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/xml/cluster.xml')
-rw-r--r--qpid/cpp/xml/cluster.xml12
1 files changed, 5 insertions, 7 deletions
diff --git a/qpid/cpp/xml/cluster.xml b/qpid/cpp/xml/cluster.xml
index 8d6b5a241e..f5afe34e4a 100644
--- a/qpid/cpp/xml/cluster.xml
+++ b/qpid/cpp/xml/cluster.xml
@@ -25,19 +25,17 @@
<class name = "cluster" code = "0x80" label="Qpid clustering extensions.">
<doc>Qpid extension class to allow clustered brokers to communicate.</doc>
- <control name = "notify" code="0x1">
- <role name="server" implement="MUST" />
+ <control name = "joined" code="0x1">
<field name="url" type="str16" />
</control>
+ </class>
- <control name="connection-close" code="0x2">
- <role name="server" implement="MUST" />
+ <class name="cluster-connection" code="0x81" label="Qpid clustering extensions.">
+ <control name="deliver-close" code="0x2">
</control>
- <control name="connection-do-output" code="0x3">
- <role name="server" implement="MUST" />
+ <control name="deliver-do-output" code="0x3">
<field name="bytes" type="uint32"/>
</control>
-
</class>
</amqp>