org.opennms.netmgt.correlation.jmx
Class Correlator

java.lang.Object
  extended by org.opennms.netmgt.correlation.jmx.Correlator
All Implemented Interfaces:
CorrelatorMBean

public class Correlator
extends Object
implements CorrelatorMBean


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

Correlator

public Correlator()
Method Detail

init

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

start

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

stop

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

getStatus

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

getStatusText

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

status

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


Copyright ? 2007. All Rights Reserved.