public class Notifd extends AbstractServiceDaemon implements NotifdMBean
Notifd class.
PAUSE_PENDING, PAUSED, RESUME_PENDING
RUNNING, 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, waitForStatus
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStatusText, init, start, status, stop
protected void onInit()
onInit
onInit
in class AbstractServiceDaemon
protected void onStart()
onStart
onStart
in class AbstractServiceDaemon
protected void onStop()
onStop
onStop
in class AbstractServiceDaemon
public int getStatus()
AbstractServiceDaemon.getStatus()
to use the status of
the Notifd
instance.getStatus
in interface Fiber
getStatus
in interface BaseOnmsMBean
getStatus
in class AbstractServiceDaemon
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 © 2015. All rights reserved.