org.opennms.web.svclayer.support
Class DefaultDemandPollService
java.lang.Object
org.opennms.web.svclayer.support.DefaultDemandPollService
- All Implemented Interfaces:
- DemandPollService
public class DefaultDemandPollService
- extends Object
- implements DemandPollService
- Author:
- Mathew Brozowski, David Hustace, DJ Gregor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultDemandPollService
public DefaultDemandPollService()
setDemandPollDao
public void setDemandPollDao(DemandPollDao demandPollDao)
setPollerAPI
public void setPollerAPI(PollerService pollerAPI)
setMonitoredServiceDao
public void setMonitoredServiceDao(MonitoredServiceDao monitoredServiceDao)
pollMonitoredService
public DemandPoll pollMonitoredService(int nodeId,
String ipAddr,
int ifIndex,
int serviceId)
- Specified by:
pollMonitoredService in interface DemandPollService
getUpdatedResults
public DemandPoll getUpdatedResults(int pollId)
- Specified by:
getUpdatedResults in interface DemandPollService
Copyright © 2009. All Rights Reserved.