From fc68a4fae5468bdd800e4fecbd4d81853940b222 Mon Sep 17 00:00:00 2001 From: "Carl C. Trieloff" Date: Fri, 14 Dec 2007 20:22:30 +0000 Subject: patch from tross QPID-706 Added implementation for the "Call" command to invoke methods on management objects. Fixed a bug in qpid/management.py caused by replies to methods with no arguments. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@604286 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/python/mgmt-cli/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qpid/python/mgmt-cli/main.py') diff --git a/qpid/python/mgmt-cli/main.py b/qpid/python/mgmt-cli/main.py index 2990e25437..4d7c03d1f2 100755 --- a/qpid/python/mgmt-cli/main.py +++ b/qpid/python/mgmt-cli/main.py @@ -48,11 +48,12 @@ class Mcli (Cmd): print " list - Print summary of existing objects by class" print " list - Print list of objects of the specified class" print " list all - Print contents of all objects of specified class" + print " list active - Print contents of all non-deleted objects of specified class" print " list - Print contents of one or more objects" print " list is space-separated, ranges may be specified (i.e. 1004-1010)" print " call [] - Invoke a method on an object" print " schema - Print summary of object classes seen on the target" - print " schema [className] - Print details of an object class" + print " schema - Print details of an object class" print " set time-format short - Select short timestamp format (default)" print " set time-format long - Select long timestamp format" print " quit or ^D - Exit the program" -- cgit v1.2.1