summaryrefslogtreecommitdiff
path: root/qpid/python/qmf2/common.py
diff options
context:
space:
mode:
authorKenneth Anthony Giusti <kgiusti@apache.org>2010-02-12 23:01:21 +0000
committerKenneth Anthony Giusti <kgiusti@apache.org>2010-02-12 23:01:21 +0000
commit0061c8278a53627bc7641faeba82e8bb22c70dc6 (patch)
treef9d91950bb8ef83210755e99e4e146836a487749 /qpid/python/qmf2/common.py
parent8618b7e45ba6b0f74b27c68d2bcf94cd57f15758 (diff)
downloadqpid-python-0061c8278a53627bc7641faeba82e8bb22c70dc6.tar.gz
QPID-2261: add async method call workitems
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@909648 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/qmf2/common.py')
-rw-r--r--qpid/python/qmf2/common.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/python/qmf2/common.py b/qpid/python/qmf2/common.py
index 10ea994a16..8107b86666 100644
--- a/qpid/python/qmf2/common.py
+++ b/qpid/python/qmf2/common.py
@@ -132,6 +132,7 @@ class WorkItem(object):
EVENT_RECEIVED=7
AGENT_HEARTBEAT=8
QUERY_COMPLETE=9
+ METHOD_RESPONSE=10
# Enumeration of the types of WorkItems produced on the Agent
METHOD_CALL=1000
QUERY=1001