public class JmxDumpUtil
extends java.lang.Object
| Constructor and Description |
|---|
JmxDumpUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
dumpConnection(javax.management.MBeanServerConnection connection,
java.io.PrintWriter out)
Dumps a local or remote MBeanServer's entire object tree for support purposes.
|
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 tojava.io.IOException - Signals that an I/O exception has occurred.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.