org.opennms.netmgt.poller.pollables
Interface PollConfig

All Superinterfaces:
Timer
All Known Implementing Classes:
PollableServiceConfig

public interface PollConfig
extends Timer

Represents a PollConfig

Author:
Mathew Brozowski

Method Summary
 long getCurrentTime()
           
 PollStatus poll()
           
 void refresh()
           
 

Method Detail

poll

PollStatus poll()

getCurrentTime

long getCurrentTime()
Specified by:
getCurrentTime in interface Timer
Returns:

refresh

void refresh()


Copyright © 2009. All Rights Reserved.