org.opennms.netmgt.threshd.jmx
Class Threshd

java.lang.Object
  extended by org.opennms.netmgt.threshd.jmx.Threshd
All Implemented Interfaces:
ThreshdMBean

public class Threshd
extends Object
implements ThreshdMBean


Constructor Summary
Threshd()
           
 
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

Threshd

public Threshd()
Method Detail

init

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

start

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

stop

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

getStatus

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

status

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

getStatusText

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


Copyright © 2009. All Rights Reserved.