public class Notifd extends AbstractSpringContextJmxServiceDaemon<Notifd> implements NotifdMBean
Notifd class.
DAEMON_BEAN_NAME
Constructor and Description |
---|
Notifd() |
Modifier and Type | Method and Description |
---|---|
long |
getBinaryNoticesAttempted() |
long |
getBinaryNoticesFailed() |
long |
getBinaryNoticesInterrupted() |
long |
getBinaryNoticesSucceeded() |
long |
getJavaNoticesAttempted() |
long |
getJavaNoticesFailed() |
long |
getJavaNoticesInterrupted() |
long |
getJavaNoticesSucceeded() |
protected String |
getLoggingPrefix()
getLoggingPrefix
|
long |
getNotificationTasksQueued() |
protected String |
getSpringContext()
getSpringContext
|
long |
getUnknownNoticesInterrupted() |
getContext, getDaemon, getStatus, getStatusText, init, start, status, stop
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStatus, getStatusText, init, start, status, stop
protected String getLoggingPrefix()
getLoggingPrefix
getLoggingPrefix
in class AbstractSpringContextJmxServiceDaemon<Notifd>
String
object.protected String getSpringContext()
getSpringContext
getSpringContext
in class AbstractSpringContextJmxServiceDaemon<Notifd>
String
object.public long getNotificationTasksQueued()
getNotificationTasksQueued
in interface NotifdMBean
public long getBinaryNoticesAttempted()
getBinaryNoticesAttempted
in interface NotifdMBean
public long getJavaNoticesAttempted()
getJavaNoticesAttempted
in interface NotifdMBean
public long getBinaryNoticesSucceeded()
getBinaryNoticesSucceeded
in interface NotifdMBean
public long getJavaNoticesSucceeded()
getJavaNoticesSucceeded
in interface NotifdMBean
public long getBinaryNoticesFailed()
getBinaryNoticesFailed
in interface NotifdMBean
public long getJavaNoticesFailed()
getJavaNoticesFailed
in interface NotifdMBean
public long getBinaryNoticesInterrupted()
getBinaryNoticesInterrupted
in interface NotifdMBean
public long getJavaNoticesInterrupted()
getJavaNoticesInterrupted
in interface NotifdMBean
public long getUnknownNoticesInterrupted()
getUnknownNoticesInterrupted
in interface NotifdMBean
Copyright © 2021. All rights reserved.