org.apache.commons.monitoring.reporting.web.plugin.jmx
Class JMXEndpoints

java.lang.Object
  extended by org.apache.commons.monitoring.reporting.web.plugin.jmx.JMXEndpoints

public class JMXEndpoints
extends Object


Nested Class Summary
static class JMXEndpoints.MBeanAttribute
           
static class JMXEndpoints.MBeanOperation
           
static class JMXEndpoints.MBeanParameter
           
 
Field Summary
protected  MBeanServerConnection server
           
 
Constructor Summary
JMXEndpoints()
           
 
Method Summary
static Object convert(String type, String value)
           
 Template home()
           
 String invokeOperation(String objectNameBase64, String method, String[] parameters)
           
 Template mbean(String objectNameBase64)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

server

protected final MBeanServerConnection server
Constructor Detail

JMXEndpoints

public JMXEndpoints()
Method Detail

home

public Template home()
              throws IOException
Throws:
IOException

invokeOperation

public String invokeOperation(String objectNameBase64,
                              String method,
                              String[] parameters)

mbean

public Template mbean(String objectNameBase64)

convert

public static Object convert(String type,
                             String value)


Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.