Package de.hybris.platform.jmx
Class JmxClient.ConnectionArgs
- java.lang.Object
-
- de.hybris.platform.jmx.JmxClient.ConnectionArgs
-
- Enclosing class:
- JmxClient
public static class JmxClient.ConnectionArgs extends java.lang.ObjectA helper class to analyze the command line and create a JMXServiceURL. Allows to pass a JMXServiceURL, a host and port, or a VM PID.
-
-
Constructor Summary
Constructors Constructor Description ConnectionArgs(java.lang.String[] args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.management.remote.JMXServiceURLgetJMXServiceURL()
-
-
-
Field Detail
-
jmxURL
public final javax.management.remote.JMXServiceURL jmxURL
-
SYNTAX
public final java.lang.String SYNTAX
- See Also:
- Constant Field Values
-
-