org.apache.catalina.mbeans
Class MBeanDumper
java.lang.Object
org.apache.catalina.mbeans.MBeanDumper
public class MBeanDumper
- extends Object
General helper to dump MBean contents to the log.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBeanDumper
public MBeanDumper()
dumpBeans
public static String dumpBeans(MBeanServer mbeanServer,
Set<ObjectName> names)
- The following code to dump MBeans has been copied from JMXProxyServlet.
escape
public static String escape(String value)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.