Class JmxClient.ConnectionArgs

  • Enclosing class:
    JmxClient

    public static class JmxClient.ConnectionArgs
    extends java.lang.Object
    A helper class to analyze the command line and create a JMXServiceURL. Allows to pass a JMXServiceURL, a host and port, or a VM PID.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      javax.management.remote.JMXServiceURL jmxURL  
      java.lang.String SYNTAX  
    • 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.JMXServiceURL getJMXServiceURL()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • jmxURL

        public final javax.management.remote.JMXServiceURL jmxURL
    • Constructor Detail

      • ConnectionArgs

        public ConnectionArgs​(java.lang.String[] args)
    • Method Detail

      • getJMXServiceURL

        public final javax.management.remote.JMXServiceURL getJMXServiceURL()