Package com.j_spaces.jmx.util
Class JConsoleUtilities
java.lang.Object
com.j_spaces.jmx.util.JConsoleUtilities
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String[]createJConsoleCommand(String jmxServiceUrl, String javaHomeDir, boolean usePlugin, boolean useParameters) This method creates jconosle command, JDK 1.6 used or later version then plugin parameter will be used with topthreads or JTop last tabstatic String[]createJVisualVmCommand(String jmxServiceUrl, String javaHomeDir, File visualVmFileLaunchFilePath) This method creates jconosle command, JDK 1.6 used or later version then plugin parameter will be used with topthreads or JTop last tab
-
Constructor Details
-
JConsoleUtilities
public JConsoleUtilities()
-
-
Method Details
-
createJConsoleCommand
public static String[] createJConsoleCommand(String jmxServiceUrl, String javaHomeDir, boolean usePlugin, boolean useParameters) This method creates jconosle command, JDK 1.6 used or later version then plugin parameter will be used with topthreads or JTop last tab- Returns:
- command as array of String
-
createJVisualVmCommand
public static String[] createJVisualVmCommand(String jmxServiceUrl, String javaHomeDir, File visualVmFileLaunchFilePath) This method creates jconosle command, JDK 1.6 used or later version then plugin parameter will be used with topthreads or JTop last tab- Returns:
- command as array of String
- Since:
- 10.2
-