summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/qmf-agent/schema.xml
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2008-10-07 21:47:35 +0000
committerTed Ross <tross@apache.org>2008-10-07 21:47:35 +0000
commitb56f731ad9d5d4b4b21f953dbd1103662b3d0b06 (patch)
tree35a8f96fd5dc029c256bdda622c2a70b8ac2b8ec /qpid/cpp/examples/qmf-agent/schema.xml
parent15e9b9a0d064e142e6e971475338c0fff72579ad (diff)
downloadqpid-python-b56f731ad9d5d4b4b21f953dbd1103662b3d0b06.tar.gz
QPID-1327 - Event support for Management
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@702651 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/qmf-agent/schema.xml')
-rw-r--r--qpid/cpp/examples/qmf-agent/schema.xml17
1 files changed, 8 insertions, 9 deletions
diff --git a/qpid/cpp/examples/qmf-agent/schema.xml b/qpid/cpp/examples/qmf-agent/schema.xml
index 22ecabb8a5..1bf701a655 100644
--- a/qpid/cpp/examples/qmf-agent/schema.xml
+++ b/qpid/cpp/examples/qmf-agent/schema.xml
@@ -37,14 +37,6 @@
<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>
@@ -59,7 +51,14 @@
<statistic name="count" type="count64" unit="tick" desc="Counter that increases monotonically"/>
- <method name="delete"/>
+ <method name="delete"/>
</class>
+
+ <eventArguments>
+ <arg name="childName" type="sstr"/>
+ </eventArguments>
+
+ <event name="ChildCreated" args="childName"/>
+ <event name="ChildDestroyed" args="childName"/>
</schema>