summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/qmf-agent/schema.xml
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2008-09-03 18:01:44 +0000
committerTed Ross <tross@apache.org>2008-09-03 18:01:44 +0000
commitbf45f1241b9f801b55ede16d77c3dbbe505f0f89 (patch)
tree419d953ae460ce8e3a7607c9e749baf3c2829e6c /qpid/cpp/examples/qmf-agent/schema.xml
parent0da3229c29d5948c3a48631b83a2484dc349a974 (diff)
downloadqpid-python-bf45f1241b9f801b55ede16d77c3dbbe505f0f89.tar.gz
QPID-1174 Updates to the management framework
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@691700 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/qmf-agent/schema.xml')
-rw-r--r--qpid/cpp/examples/qmf-agent/schema.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/qpid/cpp/examples/qmf-agent/schema.xml b/qpid/cpp/examples/qmf-agent/schema.xml
index de8776c818..b0f25fcbed 100644
--- a/qpid/cpp/examples/qmf-agent/schema.xml
+++ b/qpid/cpp/examples/qmf-agent/schema.xml
@@ -37,6 +37,14 @@
<arg name="name" dir="I" type="sstr"/>
<arg name="childRef" dir="O" type="objId"/>
</method>
+
+ <event name="childCreated">
+ <arg name="name" type="sstr"/>
+ </event>
+
+ <event name="childDestroyed">
+ <arg name="name" type="sstr"/>
+ </event>
</class>