public class Notifd extends AbstractServiceDaemon implements NotifdMBean
Notifd class.
PAUSE_PENDING, PAUSED, RESUME_PENDINGRUNNING, START_PENDING, STARTING, STATUS_NAMES, STOP_PENDING, STOPPED| Constructor and Description |
|---|
Notifd()
Constructor for Notifd.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getBinaryNoticesAttempted() |
long |
getBinaryNoticesFailed() |
long |
getBinaryNoticesInterrupted() |
long |
getBinaryNoticesSucceeded() |
long |
getJavaNoticesAttempted() |
long |
getJavaNoticesFailed() |
long |
getJavaNoticesInterrupted() |
long |
getJavaNoticesSucceeded() |
long |
getNotificationTasksQueued() |
int |
getStatus()
Override
AbstractServiceDaemon.getStatus() to use the status of
the Notifd instance. |
long |
getUnknownNoticesInterrupted() |
protected void |
onInit()
onInit
|
protected void |
onStart()
onStart
|
protected void |
onStop()
onStop
|
afterPropertiesSet, destroy, getName, getStatusText, init, isPaused, isRunning, isStarting, onPause, onResume, pause, resume, setStatus, start, status, stop, waitForStatus, waitForStatusclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatusText, init, start, status, stopprotected void onInit()
onInit
onInit in class AbstractServiceDaemonprotected void onStart()
onStart
onStart in class AbstractServiceDaemonprotected void onStop()
onStop
onStop in class AbstractServiceDaemonpublic int getStatus()
AbstractServiceDaemon.getStatus() to use the status of
the Notifd instance.getStatus in interface FibergetStatus in interface BaseOnmsMBeangetStatus in class AbstractServiceDaemonpublic long getNotificationTasksQueued()
getNotificationTasksQueued in interface NotifdMBeanpublic long getBinaryNoticesAttempted()
getBinaryNoticesAttempted in interface NotifdMBeanpublic long getJavaNoticesAttempted()
getJavaNoticesAttempted in interface NotifdMBeanpublic long getBinaryNoticesSucceeded()
getBinaryNoticesSucceeded in interface NotifdMBeanpublic long getJavaNoticesSucceeded()
getJavaNoticesSucceeded in interface NotifdMBeanpublic long getBinaryNoticesFailed()
getBinaryNoticesFailed in interface NotifdMBeanpublic long getJavaNoticesFailed()
getJavaNoticesFailed in interface NotifdMBeanpublic long getBinaryNoticesInterrupted()
getBinaryNoticesInterrupted in interface NotifdMBeanpublic long getJavaNoticesInterrupted()
getJavaNoticesInterrupted in interface NotifdMBeanpublic long getUnknownNoticesInterrupted()
getUnknownNoticesInterrupted in interface NotifdMBeanCopyright © 2015. All rights reserved.