GabrielNicolasAvellaneda / jmxquery

Automatically exported from code.google.com/p/jmxquery
1 stars 0 forks source link

Added the ability to invoke methods that takes parameters #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments: