Polling
instead.@Deprecated public interface Poller
for a better way to implement polling
Modifier and Type | Method and Description |
---|---|
boolean |
call()
Deprecated.
|
boolean |
callAndWait()
Deprecated.
|
boolean |
callUntilCondition()
Deprecated.
|
boolean |
condition()
Deprecated.
|
boolean call()
boolean condition()
boolean callAndWait() throws InterruptedException
InterruptedException
boolean callUntilCondition() throws InterruptedException
InterruptedException
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.