org.opennms.netmgt.poller.jmx
Interface PollerdMBean

All Known Implementing Classes:
Pollerd

public interface PollerdMBean


Method Summary
 int getStatus()
           
 String getStatusText()
           
 void init()
           
 void start()
           
 String status()
           
 void stop()
           
 

Method Detail

init

void init()

start

void start()

stop

void stop()

getStatus

int getStatus()

status

String status()

getStatusText

String getStatusText()


Copyright © 2009. All Rights Reserved.