Added the ability to invoke methods, on MBeans, that takes parameters.
the syntax to pass parameters is:
jmxquery -U service:jmx:remoting-jmx://server:9999 -u administrator -p password
-O org.test:name=testService -M testMethod -P parameter1 "parameter 2"
- I created a the CollectionArrayUtils class that contains some utils about
conversion from/to array and collection
- I modified some logic in the class JMXQuery
Original issue reported on code.google.com by lucaoli...@gmail.com on 13 Nov 2013 at 11:35
Original issue reported on code.google.com by
lucaoli...@gmail.com
on 13 Nov 2013 at 11:35Attachments: