Author: tross
Date: Fri Oct 24 12:28:13 2008
New Revision: 707730
URL: http://svn.apache.org/viewvc?rev=707730&view=rev
Log:
QPID-1387 Committed Irina's patch:
Change Connection class, statistics federationLink and authIdentity to
property
in the management-schema.xml file
Modified:
incubator/qpid/trunk/qpid/specs/management-schema.xml
Modified: incubator/qpid/trunk/qpid/specs/management-schema.xml
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/specs/management-schema.xml?rev=707730&r1=707729&r2=707730&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/specs/management-schema.xml (original)
+++ incubator/qpid/trunk/qpid/specs/management-schema.xml Fri Oct 24 12:28:13
2008
@@ -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"/>