public class JmxClient extends 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(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.)
|
static void |
restartWrapper(int port,
int pid)
Deprecated.
Use restartWrapper(final int pid) instead
|
@Deprecated public static void restartWrapper(int port, int pid) throws Exception
Exceptionpublic static void restartWrapper(int pid)
throws Exception
ExceptionCopyright © 2017 SAP SE. All Rights Reserved.