diff options
author | Rajith Muditha Attapattu <rajith@apache.org> | 2008-09-25 18:37:10 +0000 |
---|---|---|
committer | Rajith Muditha Attapattu <rajith@apache.org> | 2008-09-25 18:37:10 +0000 |
commit | 3319c37b0ee80af379b51f90fa7603ceb547fba9 (patch) | |
tree | eb4fd95978f968e01ea252453b98b5c7f2ac914f /specs | |
parent | 8b6e07745c7324b153b11addfd1d9e3fc73ba838 (diff) | |
download | qpid-python-3319c37b0ee80af379b51f90fa7603ceb547fba9.tar.gz |
Added an attribute federationLink to the Connection object.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@699046 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'specs')
-rw-r--r-- | specs/management-schema.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/specs/management-schema.xml b/specs/management-schema.xml index 758519c72f..a06ddca44b 100644 --- a/specs/management-schema.xml +++ b/specs/management-schema.xml @@ -221,6 +221,7 @@ <property name="SystemConnection" type="bool" access="RC" desc="Infrastucture/ Inter-system connection (Cluster, Federation ,...)"/> <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"/> |