From 2c497e4ee2425dec0a977baa02ddae528a75fa5e Mon Sep 17 00:00:00 2001 From: Andrea Gazzarini Date: Wed, 11 Feb 2009 14:11:41 +0000 Subject: QPID-1582 : WS-Notification implementation on QMan git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@743341 13f79535-47bb-0310-9956-ffa450edef68 --- .../example/GetMultipleResourcePropertiesExample.java | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'java/management/client/src/example') diff --git a/java/management/client/src/example/org/apache/qpid/management/example/GetMultipleResourcePropertiesExample.java b/java/management/client/src/example/org/apache/qpid/management/example/GetMultipleResourcePropertiesExample.java index 607ae32cab..413222a79d 100644 --- a/java/management/client/src/example/org/apache/qpid/management/example/GetMultipleResourcePropertiesExample.java +++ b/java/management/client/src/example/org/apache/qpid/management/example/GetMultipleResourcePropertiesExample.java @@ -134,17 +134,7 @@ public class GetMultipleResourcePropertiesExample extends AbstractQManExample * Prints out a description of this example. */ void printOutExampleDescription() - { - /* - * * This example shows how to get properties from a WS-Resource using one request. - * First of all a request is send to WS-DM in order to get all registered WS-Resources. - * If the returned list is not empty then a GetMetadataRequest is sent to the - * first child. - * The result metadata descriptor contains all properties names of the target WS-Resource. - * Those names are then used for retrieving the corresponding values. - * - */ - + { System.out.println(" "+getClass().getSimpleName()+" "); System.out.println("-------------------------------------------------------------------"); System.out.println(); -- cgit v1.2.1