Interface PollConfig
-
- All Superinterfaces:
Timer
- All Known Implementing Classes:
PollableServiceConfig
public interface PollConfig extends Timer
Represents a PollConfig- Version:
- $Id: $
- Author:
- Mathew Brozowski
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getCurrentTime()
getCurrentTimePollStatus
poll()
pollvoid
refresh()
refresh
-
-
-
Method Detail
-
poll
PollStatus poll()
poll
- Returns:
- a
PollStatus
object.
-
getCurrentTime
long getCurrentTime()
getCurrentTime
- Specified by:
getCurrentTime
in interfaceTimer
- Returns:
- a long.
-
refresh
void refresh()
refresh
-
-