Package 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.
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringManager
sm
-
Constructor Summary
Constructors Constructor Description MBeanDumper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
dumpBeans(MBeanServer mbeanServer, Set<ObjectName> names)
The following code to dump MBeans has been copied from JMXProxyServlet.static String
escape(String value)
-
-
-
Field Detail
-
sm
protected static final StringManager sm
-
-
Method Detail
-
dumpBeans
public static String dumpBeans(MBeanServer mbeanServer, Set<ObjectName> names)
The following code to dump MBeans has been copied from JMXProxyServlet.- Parameters:
mbeanServer
- the MBean servernames
- a set of object names for which to dump the info- Returns:
- a string representation of the MBeans
-
-