diff options
| author | Kim van der Riet <kpvdr@apache.org> | 2006-12-22 17:00:28 +0000 |
|---|---|---|
| committer | Kim van der Riet <kpvdr@apache.org> | 2006-12-22 17:00:28 +0000 |
| commit | 32d79a6e99ad773e8a7b49efa12e06c028e7d2f4 (patch) | |
| tree | b41987e15c838da51ea2267914a5c3030710251f /qpid/java/common/src/main/xsl | |
| parent | e41f1a9bbff6f16eebcc0c92870be1e803dc342c (diff) | |
| download | qpid-python-32d79a6e99ad773e8a7b49efa12e06c028e7d2f4.tar.gz | |
AMQP version using new generator - Part 1. In these changes, all places where version-specific info is required, it has been hard-wired to major=8, minor=0. The next phase of changes will connect the version info to that obtained from ProtocolInitiation for the current session.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@489691 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/common/src/main/xsl')
| -rw-r--r-- | qpid/java/common/src/main/xsl/cluster.asl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/qpid/java/common/src/main/xsl/cluster.asl b/qpid/java/common/src/main/xsl/cluster.asl index 40ca937904..09e8ca0787 100644 --- a/qpid/java/common/src/main/xsl/cluster.asl +++ b/qpid/java/common/src/main/xsl/cluster.asl @@ -29,26 +29,26 @@ provide a clustered service to clients. </doc> -<method name = "join"> +<method name = "join" index="10"> <field name = "broker" type = "shortstr" /> </method> -<method name = "membership"> +<method name = "membership" index="20"> <field name = "members" type = "longstr" /> </method> -<method name = "synch"> +<method name = "synch" index="30"> </method> -<method name = "leave"> +<method name = "leave" index="40"> <field name = "broker" type = "shortstr" /> </method> -<method name = "suspect"> +<method name = "suspect" index="50"> <field name = "broker" type = "shortstr" /> </method> -<method name = "ping"> +<method name = "ping" index="60"> <field name = "broker" type = "shortstr" /> <field name = "load" type = "long" /> <field name = "response required" type = "bit" /> |
