Package org.apache.catalina.mbeans
Class MBeanDumper
java.lang.Object
org.apache.catalina.mbeans.MBeanDumper
General helper to dump MBean contents to the log.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringdumpBeans(MBeanServer mbeanServer, Set<ObjectName> names) The following code to dump MBeans has been copied from JMXProxyServlet.static String
- 
Field Details- 
sm
 
- 
- 
Constructor Details- 
MBeanDumperpublic MBeanDumper()
 
- 
- 
Method Details- 
dumpBeansThe 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
 
- 
escape
 
-