summaryrefslogtreecommitdiff
path: root/qpid/specs
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2013-02-12 20:58:45 +0000
committerCharles E. Rolke <chug@apache.org>2013-02-12 20:58:45 +0000
commit9ecd81538a702428d631cb3ec65076a59f16132f (patch)
treeaa242ecb0d7a520f8f6948f9c0bf9d54e2c5449b /qpid/specs
parent47ad697c8cbd54cdfa126b8f980578a873dfd028 (diff)
downloadqpid-python-9ecd81538a702428d631cb3ec65076a59f16132f.tar.gz
QPID-4054: C++ Broker connection limits specified per-user
From the self-test log file: 2013-02-12 15:33:53 [Broker] notice Changing log hires timestamp to 1 2013-02-12 15:33:53.219003940 [Broker] debug Broker::setLogHiresTimestamp() ... 2013-02-12 15:33:53.491318800 [Broker] notice Changing log hires timestamp to 0 2013-02-12 15:33:53 [Broker] debug Broker::setLogHiresTimestamp() git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1445358 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/specs')
-rw-r--r--qpid/specs/management-schema.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/qpid/specs/management-schema.xml b/qpid/specs/management-schema.xml
index af33f3a2bd..678c1a6476 100644
--- a/qpid/specs/management-schema.xml
+++ b/qpid/specs/management-schema.xml
@@ -154,7 +154,7 @@
<arg name="level" dir="O" type="sstr"/>
</method>
- <method name="getTimestampConfig" desc="Get the message timestamping configuration">
+ <method name="getTimestampConfig" desc="Get the message timestamping configuration">
<arg name="receive" dir="O" type="bool" desc="True if received messages are timestamped."/>
</method>
@@ -181,6 +181,14 @@
<arg name="results" dir="O" type="map" desc="A snapshot of the object's state."/>
</method>
+ <method name="getLogHiresTimestamp" desc="Get the high resolution timestamp in logs">
+ <arg name="logHires" dir="O" type="bool" desc="True if high resolution timestamp in logs is enabled."/>
+ </method>
+
+ <method name="setLogHiresTimestamp" desc="Set the high resolution timestamp in logs">
+ <arg name="logHires" dir="I" type="bool" desc="True to enable enable high resolution timestamp in logs."/>
+ </method>
+
</class>