diff options
| author | Andrea Gazzarini <agazzarini@apache.org> | 2009-02-11 14:11:41 +0000 |
|---|---|---|
| committer | Andrea Gazzarini <agazzarini@apache.org> | 2009-02-11 14:11:41 +0000 |
| commit | 2c497e4ee2425dec0a977baa02ddae528a75fa5e (patch) | |
| tree | 8fe9b595db79293cdf53dde78db187090ef68641 /java/management/client/src/example/org | |
| parent | 19624a764b30227ab3f9569457fd2a2fdd293c54 (diff) | |
| download | qpid-python-2c497e4ee2425dec0a977baa02ddae528a75fa5e.tar.gz | |
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
Diffstat (limited to 'java/management/client/src/example/org')
| -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();
|
