public class JmxClient
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JmxClient.ConnectionArgs
A helper class to analyze the command line and create a JMXServiceURL.
|
| Constructor and Description |
|---|
JmxClient() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
static void |
restartWrapper(int pid)
restarts tomcat running with Tanukiwrapper on given pid if it was the tomcat that was started from this machine
(it checks if the pid of the connected instance matches the pid given as argument.)
|
public static void restartWrapper(int pid)
throws java.lang.Exception
java.lang.Exceptionpublic static void main(java.lang.String[] args)
throws java.lang.Exception
args - the command line arguments: must be -url java.lang.ExceptionCopyright © 2018 SAP SE. All Rights Reserved.