Class MonitoredObjectReply

    • Field Detail

      • hostName

        public final java.lang.String hostName
        Application is running on this named host. Note: this name does not necessarily need to be a network host name but should be a name meaningful to both the monitored system and those monitoring it.
      • appName

        public final java.lang.String appName
        The application name.
      • statuses

        public final PersistentStatusMessage[] statuses
        Persistent status for all currently registered monitor objects.
    • Method Detail

      • builder

        public static MonitoredObjectReply.Builder builder()
        Returns a new instance of a MonitoredObjectReply message builder.
        Returns:
        new message builder instance.