diff options
| author | Carl C. Trieloff <cctrieloff@apache.org> | 2008-09-15 02:30:34 +0000 |
|---|---|---|
| committer | Carl C. Trieloff <cctrieloff@apache.org> | 2008-09-15 02:30:34 +0000 |
| commit | 5fc5a4610b2e85e245c752b81976dca36cc94666 (patch) | |
| tree | b22793acd18da503662762d9ed3432325c4ada96 /specs | |
| parent | f4d41ffa199e149b72f717038a7bc088974fa27a (diff) | |
| download | qpid-python-5fc5a4610b2e85e245c752b81976dca36cc94666.tar.gz | |
- removed cluster methods in mgnt, will add them to a new cluster object in
upcoming commit
- added flag on connection object to mark user versus system connections
- added help text
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@695327 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'specs')
| -rw-r--r-- | specs/management-schema.xml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/specs/management-schema.xml b/specs/management-schema.xml index 5952595997..79dadf8759 100644 --- a/specs/management-schema.xml +++ b/specs/management-schema.xml @@ -68,16 +68,9 @@ <property name="connBacklog" type="uint16" access="RO" desc="Connection backlog limit for listening socket"/> <property name="stagingThreshold" type="uint32" access="RO" desc="Broker stages messages over this size to disk"/> <property name="mgmtPubInterval" type="uint16" access="RW" unit="second" min="1" desc="Interval for management broadcasts"/> - <property name="clusterName" type="sstr" access="RO" desc="Name of cluster this server is a member of"/> <property name="version" type="sstr" access="RO" desc="Running software version"/> <property name="dataDir" type="sstr" access="RO" optional="y" desc="Persistent configuration storage location"/> - <method name="joinCluster"> - <arg name="clusterName" dir="I" type="sstr"/> - </method> - - <method name="leaveCluster"/> - <method name="echo" desc="Request a response to test the path to the management broker"> <arg name="sequence" dir="IO" type="uint32" default="0"/> <arg name="body" dir="IO" type="lstr" default=""/> @@ -218,9 +211,10 @@ <property name="vhostRef" type="objId" references="Vhost" access="RC" index="y" parentRef="y"/> <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 ,...)"/> <statistic name="closing" type="bool" desc="This client is closing by management request"/> - <statistic name="authIdentity" type="sstr"/> + <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"/> |
