org.opennms.web.svclayer
Interface DemandPollService

All Known Implementing Classes:
DefaultDemandPollService

public interface DemandPollService

DemandPollService interface.

Since:
1.8.1
Version:
$Id: $
Author:
Mathew Brozowski

Method Summary
 DemandPoll getUpdatedResults(int resultId)
          getUpdatedResults
 DemandPoll pollMonitoredService(int nodeid, String ipAddr, int ifIndex, int serviceId)
          pollMonitoredService
 

Method Detail

pollMonitoredService

DemandPoll pollMonitoredService(int nodeid,
                                String ipAddr,
                                int ifIndex,
                                int serviceId)

pollMonitoredService

Parameters:
nodeid - a int.
ipAddr - a String object.
ifIndex - a int.
serviceId - a int.
Returns:
a DemandPoll object.

getUpdatedResults

DemandPoll getUpdatedResults(int resultId)

getUpdatedResults

Parameters:
resultId - a int.
Returns:
a DemandPoll object.


Copyright © 2011. All Rights Reserved.