NAME
JMX::Jmx4Perl - Access to JMX via Perl
SYNOPSIS
DESCRIPTION
METHODS
- $jmx = JMX::Jmx4Perl->new(mode => <access module>, ....)
- $resp = $jmx->get_attribute($object_name,$attribute,$path)
- $resp = $jmx->get_attribute({ domain => <domain>, properties => { <key> => value }, attribute => <attribute>, path => <path>)
LICENSE
This file is part of jmx4perl.
Jmx4perl is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
jmx4perl is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with jmx4perl. If not, see <http://www.gnu.org/licenses/>.
roland@cpan.org
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 119:
You forgot a '=back' before '=head1'
- Around line 136:
Unknown directive: =AUTHOR