Class PathPoller
java.lang.Object
org.apache.sling.testing.clients.util.poller.AbstractPoller
org.apache.sling.testing.clients.util.poller.PathPoller
- All Implemented Interfaces:
Poller
Deprecated.
Allows polling for a resource
-
Constructor Summary
ConstructorsConstructorDescriptionPathPoller
(AbstractSlingClient client, String path, long waitInterval, long waitCount, int... expectedStatus) Deprecated. -
Method Summary
Methods inherited from class org.apache.sling.testing.clients.util.poller.AbstractPoller
callAndWait, callUntilCondition
-
Constructor Details
-
PathPoller
public PathPoller(AbstractSlingClient client, String path, long waitInterval, long waitCount, int... expectedStatus) Deprecated.
-
-
Method Details
-
call
public boolean call()Deprecated. -
condition
public boolean condition()Deprecated. -
getException
Deprecated.
-