org.opennms.netmgt.xmlrpcd.jmx
Class Xmlrpcd

java.lang.Object
  extended by org.opennms.netmgt.xmlrpcd.jmx.Xmlrpcd
All Implemented Interfaces:
XmlrpcdMBean

public class Xmlrpcd
extends Object
implements XmlrpcdMBean


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

Xmlrpcd

public Xmlrpcd()
Method Detail

init

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

start

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

stop

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

getStatus

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

status

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

getStatusText

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


Copyright © 2009. All Rights Reserved.