2009-06-02 Roland Huss * scripts/jmx4perl (_get_attribute): introduced jmx4perl command line utility * lib/JMX/Jmx4Perl/Product/BaseHandler.pm (attribute_alias): Moved ProductHandler to Product * lib/JMX/Jmx4Perl/Request.pm: Renamed READ_ATTRIBUTE to READ (same for write) 2009-05-28 Roland Huss * lib/JMX/Jmx4Perl/ProductHandler/JBoss.pm: Added JBoss product handler. * lib/JMX/Jmx4Perl/Alias.pm: Added aliasing feature * lib/JMX/Jmx4Perl/Manual.pod: Added sections for aliasing and autodetection. 2009-05-05 Roland Huss * lib/JMX/Jmx4Perl/Agent/Protocol.pod: added a protocol description for the REST-JSON communication to the j4p-agent Web application. 2009-05-04 Roland Huss * scripts/check_jmx4perl: added more documentation 2009-04-30 Roland Huss * agent/src/main/java/org/cpan/jmx4perl/AgentServlet.java: Catches now exceptions and generates an own, machine readable error text. Added keys "status", "error" and "stacktrace" to the JSON answer. "status" contains an integer status code similar to HTTP/1.1 2009-04-29 Roland Huss * lib/JMX/Jmx4Perl.pm (request): Added a 'list()' method for getting all MBeans * scripts/check_jmx4perl: added a '--list' option which lists all registered MBeans along with there attributes and operations. A '--path' can be used to restrict this list. 2009-04-27 Roland Huss * scripts/check_jmx4perl: Adopted output and added a --name parameter * lib/JMX/Jmx4Perl/Request.pm: Added request and response objects and tuned JSON format 2009-04-25 Roland Huss * Initial development release 0.01_01