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 | 0c152f387bcf3dda3a69781b6926ac0d696fb9b0 (patch) | |
| tree | a2172d45133cf0f3d36781b54ace1fa0ca9193cd | |
| parent | d4d85f0674ceef648927fc4d1b97034fc96e21c0 (diff) | |
| download | qpid-python-0c152f387bcf3dda3a69781b6926ac0d696fb9b0.tar.gz | |
Added an attribute federationLink to the Connection object.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@699046 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/specs/management-schema.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/specs/management-schema.xml b/qpid/specs/management-schema.xml index 758519c72f..a06ddca44b 100644 --- a/qpid/specs/management-schema.xml +++ b/qpid/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"/> |
