From 30d0a85f3a19f28eca299e56e7c959a9a810acc8 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Fri, 8 Aug 2014 16:15:37 +0000 Subject: QPID-5980: javadoc fixups continue git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616811 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/qpid/example/jmxexample/QueueInformation.java | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'qpid/java/management/example') diff --git a/qpid/java/management/example/src/main/java/org/apache/qpid/example/jmxexample/QueueInformation.java b/qpid/java/management/example/src/main/java/org/apache/qpid/example/jmxexample/QueueInformation.java index faac704dbc..977cc38c2f 100644 --- a/qpid/java/management/example/src/main/java/org/apache/qpid/example/jmxexample/QueueInformation.java +++ b/qpid/java/management/example/src/main/java/org/apache/qpid/example/jmxexample/QueueInformation.java @@ -64,13 +64,15 @@ public class QueueInformation /** * Params: - * 0: host, e.g. eqd-myserver.mydomain.com - * 1: port, e.g. 8999 - * 2: vhost e.g. dev-only - * 3: username, e.g. guest - * 4: pwd, e.g. guest - * 5: loop pause, no value indicates one-off, any other value is millisecs - * ..: attributes= , queue= + *

+ *

0: host, e.g. eqd-myserver.mydomain.com + *

1: port, e.g. 8999 + *

2: vhost e.g. dev-only + *

3: username, e.g. guest + *

4: pwd, e.g. guest + *

5: loop pause, no value indicates one-off, any other value is millisecs + *

..: {@literal attributes= , queue=} + *

* The queue list can use wildcards such as * and ?. Basically any value * that JMX will accept in the query string for t name='' value of the queue. */ -- cgit v1.2.1