summaryrefslogtreecommitdiff
path: root/qpid/specs
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2008-10-08 21:16:01 +0000
committerTed Ross <tross@apache.org>2008-10-08 21:16:01 +0000
commit89d382d29401e0782651c17a4df0dcc36aa4b6b5 (patch)
treea7cd6bf63e606398da024301b54170739135caae /qpid/specs
parent7f4b58e6a0d93de091ff14efc07bb49f42294b81 (diff)
downloadqpid-python-89d382d29401e0782651c17a4df0dcc36aa4b6b5.tar.gz
Made expireTime an optional property of session (mgmt)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@702990 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/specs')
-rw-r--r--qpid/specs/management-schema.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/qpid/specs/management-schema.xml b/qpid/specs/management-schema.xml
index 7a0543677f..da53a2f4a3 100644
--- a/qpid/specs/management-schema.xml
+++ b/qpid/specs/management-schema.xml
@@ -280,14 +280,14 @@
===============================================================
-->
<class name="Session">
- <property name="vhostRef" type="objId" references="Vhost" access="RC" index="y" parentRef="y"/>
- <property name="name" type="sstr" access="RC" index="y"/>
- <property name="channelId" type="uint16" access="RO"/>
- <property name="connectionRef" type="objId" references="Connection" access="RO"/>
- <property name="detachedLifespan" type="uint32" access="RO" unit="second"/>
-
- <statistic name="attached" type="bool"/>
- <statistic name="expireTime" type="absTime"/>
+ <property name="vhostRef" type="objId" references="Vhost" access="RC" index="y" parentRef="y"/>
+ <property name="name" type="sstr" access="RC" index="y"/>
+ <property name="channelId" type="uint16" access="RO"/>
+ <property name="connectionRef" type="objId" references="Connection" access="RO"/>
+ <property name="detachedLifespan" type="uint32" access="RO" unit="second"/>
+ <property name="attached" type="bool" access="RO"/>
+ <property name="expireTime" type="absTime" access="RO" optional="y"/>
+
<statistic name="framesOutstanding" type="count32"/>
<method name="solicitAck"/>