org.opennms.netmgt.notifd.jmx
Class Notifd

java.lang.Object
  extended by org.opennms.netmgt.daemon.AbstractServiceDaemon
      extended by org.opennms.netmgt.notifd.jmx.Notifd
All Implemented Interfaces:
Fiber, PausableFiber, BaseOnmsMBean, SpringServiceDaemon, ServiceDaemon, NotifdMBean, org.springframework.beans.factory.InitializingBean

public class Notifd
extends AbstractServiceDaemon
implements NotifdMBean

Notifd class.

Version:
$Id: $
Author:
ranger

Field Summary
 
Fields inherited from interface org.opennms.core.fiber.PausableFiber
PAUSE_PENDING, PAUSED, RESUME_PENDING
 
Fields inherited from interface org.opennms.core.fiber.Fiber
RUNNING, START_PENDING, STARTING, STATUS_NAMES, STOP_PENDING, STOPPED
 
Constructor Summary
Notifd()
          Constructor for Notifd.
 
Method Summary
 int getStatus()
          Override AbstractServiceDaemon.getStatus() to use the status of the Notifd instance.
protected  void onInit()
          onInit
protected  void onStart()
          onStart
protected  void onStop()
          onStop
 
Methods inherited from class org.opennms.netmgt.daemon.AbstractServiceDaemon
afterPropertiesSet, debugf, debugf, errorf, errorf, fatalf, fatalf, getName, getStatusText, infof, infof, init, isPaused, isRunning, isStarting, isStartPending, log, onPause, onResume, pause, resume, setStatus, start, status, stop, waitForStatus, waitForStatus, warnf, warnf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opennms.netmgt.daemon.BaseOnmsMBean
getStatusText, init, start, status, stop
 

Constructor Detail

Notifd

public Notifd()

Constructor for Notifd.

Method Detail

onInit

protected void onInit()

onInit

Specified by:
onInit in class AbstractServiceDaemon

onStart

protected void onStart()

onStart

Overrides:
onStart in class AbstractServiceDaemon

onStop

protected void onStop()

onStop

Overrides:
onStop in class AbstractServiceDaemon

getStatus

public int getStatus()
Override AbstractServiceDaemon.getStatus() to use the status of the Notifd instance.

Specified by:
getStatus in interface Fiber
Specified by:
getStatus in interface BaseOnmsMBean
Overrides:
getStatus in class AbstractServiceDaemon
Returns:
a int.


Copyright © 2011. All Rights Reserved.