I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-07-07 04:29:09.324152-07 by gls
How to read TabularDataSupport attributes?
Hi, I have an MXBean which returns a TabularDataSupport instance as an attribute. How do I go about using jmx4perl to read the content of the TabularDataSupport object? The "read" operation gives me the following:
$VAR1 = { 'empty' => 'false', 'tabularType' => { 'array' => 'false', 'className' => 'javax.management.openmbean.TabularData', 'indexNames' => [ 'key' ], 'typeName' => 'java.util.Map<java.lang.String, java.lang.Integer>', 'description' => 'java.util.Map<java.lang.String, java.lang.Integer>', 'rowType' => { 'array' => 'false', 'className' => 'javax.management.openmbean.CompositeDat +a', 'typeName' => 'java.util.Map<java.lang.String, java.lan +g.Integer>', 'description' => 'java.util.Map<java.lang.String, java. +lang.Integer>' } } };
Any guidance gratefully received! Thanks!
Direct Responses: 12816 | Write a response