org.opennms.netmgt.rtc.jmx
Class Rtcd

java.lang.Object
  extended by org.opennms.netmgt.rtc.jmx.Rtcd
All Implemented Interfaces:
RtcdMBean

public class Rtcd
extends Object
implements RtcdMBean


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

Rtcd

public Rtcd()
Method Detail

init

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

start

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

stop

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

getStatus

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

status

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

getStatusText

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


Copyright © 2009. All Rights Reserved.