public class JmxDumpUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PROTECTED_VALUE
Place holder for protected values (generally passwords).
|
Constructor and Description |
---|
JmxDumpUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
dumpConnection(MBeanServerConnection connection,
PrintWriter out)
Dumps a local or remote MBeanServer's entire object tree for support purposes.
|
static String |
updateOSNameAttributeForLinux(String osName)
Adds a Linux version
|
public static final String PROTECTED_VALUE
public static void dumpConnection(MBeanServerConnection connection, PrintWriter out) throws IOException
connection
- the server connection (or server itself)out
- PrintWriter to write the output toIOException
- Signals that an I/O exception has occurred.Copyright © 2005–2017 Alfresco Software. All rights reserved.