Package org.opennms.netmgt.poller
Interface Poll
-
- All Known Implementing Classes:
AbstractPoll
,Ssh
public interface Poll
Poll interface.
- Author:
- Mathew Brozowski, Ben Reed
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PollStatus
poll()
Poll based on the configuration provided by the implementation
-
-
-
Method Detail
-
poll
PollStatus poll() throws InsufficientParametersException
Poll based on the configuration provided by the implementation- Returns:
- a
PollStatus
status object - Throws:
org.opennms.netmgt.protocols.InsufficientParametersException
- if any.InsufficientParametersException
-
-