Class Notifd

    • Constructor Detail

      • Notifd

        public Notifd()
    • Method Detail

      • getNotificationTasksQueued

        public long getNotificationTasksQueued()
        Specified by:
        getNotificationTasksQueued in interface NotifdMBean
        Returns:
        The total number of notification tasks enqueued since Notifd was last started
      • getBinaryNoticesAttempted

        public long getBinaryNoticesAttempted()
        Specified by:
        getBinaryNoticesAttempted in interface NotifdMBean
        Returns:
        The total number of binary notifications attempted since Notifd was last started
      • getJavaNoticesAttempted

        public long getJavaNoticesAttempted()
        Specified by:
        getJavaNoticesAttempted in interface NotifdMBean
        Returns:
        The total number of Java notifications attempted since Notifd was last started
      • getBinaryNoticesSucceeded

        public long getBinaryNoticesSucceeded()
        Specified by:
        getBinaryNoticesSucceeded in interface NotifdMBean
        Returns:
        The total number of attempted binary notifications that succeeded since Notifd was last started
      • getJavaNoticesSucceeded

        public long getJavaNoticesSucceeded()
        Specified by:
        getJavaNoticesSucceeded in interface NotifdMBean
        Returns:
        The total number of attempted Java notifications that succeeded since Notifd was last started
      • getBinaryNoticesFailed

        public long getBinaryNoticesFailed()
        Specified by:
        getBinaryNoticesFailed in interface NotifdMBean
        Returns:
        The total number of attempted binary notifications that failed (returned a non-zero exit code) since Notifd was last started
      • getJavaNoticesFailed

        public long getJavaNoticesFailed()
        Specified by:
        getJavaNoticesFailed in interface NotifdMBean
        Returns:
        The total number of attempted Java notifications that failed (returned a non-zero value) since Notifd was last started
      • getBinaryNoticesInterrupted

        public long getBinaryNoticesInterrupted()
        Specified by:
        getBinaryNoticesInterrupted in interface NotifdMBean
        Returns:
        The total number of attempted binary notifications that were interrupted (threw an exception) since Notifd was last started.
      • getJavaNoticesInterrupted

        public long getJavaNoticesInterrupted()
        Specified by:
        getJavaNoticesInterrupted in interface NotifdMBean
        Returns:
        The total number of attempted Java notifications that were interrupted (threw an exception) since Notifd was last started
      • getUnknownNoticesInterrupted

        public long getUnknownNoticesInterrupted()
        Specified by:
        getUnknownNoticesInterrupted in interface NotifdMBean
        Returns:
        The total number of unknown notifications that were interrupted (threw an exception) since Notifd was last started.