summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2008-10-24 19:28:13 +0000
committerTed Ross <tross@apache.org>2008-10-24 19:28:13 +0000
commit1be4b6cc71df27c33f40bc687598472f7f588e4f (patch)
tree3ee2b1c83f6e6dfe5342f6d29a5e4e5915c31de5
parentc45de28831e0c56454bd5b52ec90d14af9e5a89c (diff)
downloadqpid-python-1be4b6cc71df27c33f40bc687598472f7f588e4f.tar.gz
QPID-1387 Committed Irina's patch:
Change Connection class, statistics federationLink and authIdentity to property in the management-schema.xml file git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@707730 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/specs/management-schema.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/qpid/specs/management-schema.xml b/qpid/specs/management-schema.xml
index a217ee3547..e611436373 100644
--- a/qpid/specs/management-schema.xml
+++ b/qpid/specs/management-schema.xml
@@ -212,10 +212,9 @@
<property name="address" type="sstr" access="RC" index="y"/>
<property name="incoming" type="bool" access="RC"/>
<property name="SystemConnection" type="bool" access="RC" desc="Infrastucture/ Inter-system connection (Cluster, Federation, ...)"/>
-
+ <property name="federationLink" type="bool" access="RO" desc="Is this a federation link"/>
+ <property name="authIdentity" type="sstr" access="RO" desc="authId of connection if authentication enabled"/>
<statistic name="closing" type="bool" desc="This client is closing by management request"/>
- <statistic name="federationLink" type="bool" desc="Is this a federation link"/>
- <statistic name="authIdentity" type="sstr" desc="authId of connection if authentication enabled"/>
<statistic name="framesFromClient" type="count64"/>
<statistic name="framesToClient" type="count64"/>
<statistic name="bytesFromClient" type="count64"/>