|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.management.JmxDumpUtil
public class JmxDumpUtil
A utility class providing a method to dump a local or remote MBeanServer's entire object tree for support purposes. Nested arrays and CompositeData objects in MBean attribute values are handled.
Constructor Summary | |
---|---|
JmxDumpUtil()
|
Method Summary | |
---|---|
static void |
dumpConnection(javax.management.MBeanServerConnection connection,
java.io.PrintWriter out)
Dumps a local or remote MBeanServer's entire object tree for support purposes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JmxDumpUtil()
Method Detail |
---|
public static void dumpConnection(javax.management.MBeanServerConnection connection, java.io.PrintWriter out) throws java.io.IOException
connection
- the server connection (or server itself)out
- PrintWriter to write the output to
java.io.IOException
- Signals that an I/O exception has occurred.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |