|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.svclayer.support.DefaultDemandPollService
public class DefaultDemandPollService
DefaultDemandPollService class.
| Constructor Summary | |
|---|---|
DefaultDemandPollService()
|
|
| Method Summary | |
|---|---|
DemandPoll |
getUpdatedResults(int pollId)
|
DemandPoll |
pollMonitoredService(int nodeId,
InetAddress ipAddr,
int ifIndex,
int serviceId)
|
void |
setDemandPollDao(DemandPollDao demandPollDao)
setDemandPollDao |
void |
setMonitoredServiceDao(MonitoredServiceDao monitoredServiceDao)
setMonitoredServiceDao |
void |
setPollerAPI(PollerService pollerAPI)
setPollerAPI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultDemandPollService()
| Method Detail |
|---|
public void setDemandPollDao(DemandPollDao demandPollDao)
setDemandPollDao
demandPollDao - a DemandPollDao object.public void setPollerAPI(PollerService pollerAPI)
setPollerAPI
pollerAPI - a PollerService object.public void setMonitoredServiceDao(MonitoredServiceDao monitoredServiceDao)
setMonitoredServiceDao
monitoredServiceDao - a MonitoredServiceDao object.
public DemandPoll pollMonitoredService(int nodeId,
InetAddress ipAddr,
int ifIndex,
int serviceId)
pollMonitoredService in interface DemandPollServicepublic DemandPoll getUpdatedResults(int pollId)
getUpdatedResults in interface DemandPollService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||