org.opennms.netmgt.notifd.jmx
Class Notifd

java.lang.Object
  extended by org.opennms.netmgt.notifd.jmx.Notifd
All Implemented Interfaces:
NotifdMBean

public class Notifd
extends Object
implements NotifdMBean


Constructor Summary
Notifd()
           
 
Method Summary
 int getStatus()
           
 String getStatusText()
           
 void init()
           
 void start()
           
 String status()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Notifd

public Notifd()
Method Detail

init

public void init()
Specified by:
init in interface NotifdMBean

start

public void start()
Specified by:
start in interface NotifdMBean

stop

public void stop()
Specified by:
stop in interface NotifdMBean

getStatus

public int getStatus()
Specified by:
getStatus in interface NotifdMBean

status

public String status()
Specified by:
status in interface NotifdMBean

getStatusText

public String getStatusText()
Specified by:
getStatusText in interface NotifdMBean


Copyright © 2009. All Rights Reserved.