Package org.apache.catalina.mbeans
Class MBeanDumper
- java.lang.Object
- 
- org.apache.catalina.mbeans.MBeanDumper
 
- 
 public class MBeanDumper extends java.lang.ObjectGeneral helper to dump MBean contents to the log.
- 
- 
Constructor SummaryConstructors Constructor Description MBeanDumper()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringdumpBeans(javax.management.MBeanServer mbeanServer, java.util.Set<javax.management.ObjectName> names)The following code to dump MBeans has been copied from JMXProxyServlet.static java.lang.Stringescape(java.lang.String value)
 
- 
- 
- 
Method Detail- 
dumpBeanspublic static java.lang.String dumpBeans(javax.management.MBeanServer mbeanServer, java.util.Set<javax.management.ObjectName> names)The following code to dump MBeans has been copied from JMXProxyServlet.- Parameters:
- mbeanServer- the MBean server
- names- a set of object names for which to dump the info
- Returns:
- a string representation of the MBeans
 
 - 
escapepublic static java.lang.String escape(java.lang.String value) 
 
- 
 
-