org.opennms.web.svclayer.support
Class DefaultDemandPollService

java.lang.Object
  extended by org.opennms.web.svclayer.support.DefaultDemandPollService
All Implemented Interfaces:
DemandPollService

public class DefaultDemandPollService
extends Object
implements DemandPollService

Author:
Mathew Brozowski, David Hustace, DJ Gregor

Constructor Summary
DefaultDemandPollService()
           
 
Method Summary
 DemandPoll getUpdatedResults(int pollId)
           
 DemandPoll pollMonitoredService(int nodeId, String ipAddr, int ifIndex, int serviceId)
           
 void setDemandPollDao(DemandPollDao demandPollDao)
           
 void setMonitoredServiceDao(MonitoredServiceDao monitoredServiceDao)
           
 void setPollerAPI(PollerService pollerAPI)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDemandPollService

public DefaultDemandPollService()
Method Detail

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.