diff options
| author | Kenneth Anthony Giusti <kgiusti@apache.org> | 2012-05-04 19:45:32 +0000 |
|---|---|---|
| committer | Kenneth Anthony Giusti <kgiusti@apache.org> | 2012-05-04 19:45:32 +0000 |
| commit | 416a3cc5d7236378fce980a6356ff8e6cc07d691 (patch) | |
| tree | b08fe0fb3c8ddfe39243f3dd136b619d8bfb674c /qpid/specs | |
| parent | 5c80b835bf53caf2e0b642788fd0865e040e0975 (diff) | |
| download | qpid-python-416a3cc5d7236378fce980a6356ff8e6cc07d691.tar.gz | |
QPID-3767: re-index bridge and link by constant name, not address
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1334138 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/specs')
| -rw-r--r-- | qpid/specs/management-schema.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/qpid/specs/management-schema.xml b/qpid/specs/management-schema.xml index 66e122b049..06e0b99af0 100644 --- a/qpid/specs/management-schema.xml +++ b/qpid/specs/management-schema.xml @@ -379,10 +379,12 @@ This class represents an inter-broker connection. <property name="vhostRef" type="objId" references="Vhost" access="RC" index="y" parentRef="y"/> - <property name="host" type="sstr" access="RC" index="y"/> - <property name="port" type="uint16" access="RC" index="y"/> - <property name="transport" type="sstr" access="RC"/> + <property name="name" type="sstr" access="RC" index="y"/> + <property name="host" type="sstr" access="RO"/> + <property name="port" type="uint16" access="RO"/> + <property name="transport" type="sstr" access="RO"/> <property name="durable" type="bool" access="RC"/> + <property name="connectionRef" type="objId" references="Connection" access="RO"/> <statistic name="state" type="sstr" desc="Operational state of the link"/> <statistic name="lastError" type="lstr" desc="Reason link is not operational"/> @@ -411,7 +413,8 @@ --> <class name="Bridge"> <property name="linkRef" type="objId" references="Link" access="RC" index="y" parentRef="y"/> - <property name="channelId" type="uint16" access="RC" index="y"/> + <property name="name" type="sstr" access="RC" index="y"/> + <property name="channelId" type="uint16" access="RO"/> <property name="durable" type="bool" access="RC"/> <property name="src" type="sstr" access="RC"/> <property name="dest" type="sstr" access="RC"/> |
