diff options
Diffstat (limited to 'java/management/client/src/example')
| -rw-r--r-- | java/management/client/src/example/org/apache/qpid/management/example/GetMultipleResourcePropertiesExample.java | 12 |
1 files changed, 1 insertions, 11 deletions
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();
|
