Class PrintMonitorRegistryClient

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void register​(java.lang.String hostName, int jmxPort, int rmiPort)
      Simply print info given in constructor to stdout.
      • Methods inherited from class java.lang.Object

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

      • register

        public void register​(java.lang.String hostName,
                             int jmxPort,
                             int rmiPort)
        Simply print info given in constructor to stdout.
        Specified by:
        register in interface MonitorRegistryClient
        Parameters:
        hostName - Name of host you can monitor this application on.
        jmxPort - JMX port you can monitor this application on.
        rmiPort - RMI port communication will happen on.