diff options
author | Ted Ross <tross@apache.org> | 2008-10-24 19:28:13 +0000 |
---|---|---|
committer | Ted Ross <tross@apache.org> | 2008-10-24 19:28:13 +0000 |
commit | b8962755083260f3acfc71ad1a7196ae2943b0fc (patch) | |
tree | 1eff93214aa911ca854829aa97df16d9bf51fd15 /specs | |
parent | 3cb0bca3046ae0fac0a210e64d514b4292d13999 (diff) | |
download | qpid-python-b8962755083260f3acfc71ad1a7196ae2943b0fc.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/qpid@707730 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'specs')
-rw-r--r-- | specs/management-schema.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/specs/management-schema.xml b/specs/management-schema.xml index a217ee3547..e611436373 100644 --- a/specs/management-schema.xml +++ b/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"/> |