Interface Poller
-
- All Known Implementing Classes:
AbstractPoller,PathPoller
@Deprecated public interface Poller
Deprecated.usePollinginstead.Abstract Poller interface. Provides simple methods to implement custom pollers- See Also:
for a better way to implement polling
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancall()Deprecated.booleancallAndWait()Deprecated.booleancallUntilCondition()Deprecated.booleancondition()Deprecated.
-
-
-
Method Detail
-
call
boolean call()
Deprecated.
-
condition
boolean condition()
Deprecated.
-
callAndWait
boolean callAndWait() throws InterruptedExceptionDeprecated.- Throws:
InterruptedException
-
callUntilCondition
boolean callUntilCondition() throws InterruptedExceptionDeprecated.- Throws:
InterruptedException
-
-