org.openoss.opennms.spring.qosdrx.jmx
Class QoSDrx

java.lang.Object
  extended by org.openoss.opennms.spring.qosdrx.jmx.QoSDrx
All Implemented Interfaces:
QoSDrxMBean

public class QoSDrx
extends java.lang.Object
implements QoSDrxMBean

This JMX bean loads the QoSDrx daemon as a spring bean using the qosdrx-context.xml file.


Constructor Summary
QoSDrx()
           
 
Method Summary
 java.lang.String getRuntimeStatistics()
          Method to return statistics from the running receivers to MX4J
 java.lang.String getStats()
           
 int getStatus()
           
 void init()
           
 void start()
           
 java.lang.String status()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QoSDrx

public QoSDrx()
Method Detail

init

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

start

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

stop

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

getRuntimeStatistics

public java.lang.String getRuntimeStatistics()
Method to return statistics from the running receivers to MX4J

Specified by:
getRuntimeStatistics in interface QoSDrxMBean
Returns:
string representation of the statistics for the running receivers

status

public java.lang.String status()
Specified by:
status in interface QoSDrxMBean

getStatus

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

getStats

public java.lang.String getStats()
Specified by:
getStats in interface QoSDrxMBean


Copyright ? 2006-2008. All Rights Reserved.