| Interface | Description |
|---|---|
| BlockingPolicy |
Implementations of this interface define the policy to apply when a blocking
of a request is asked by a UWS client.
|
| Class | Description |
|---|---|
| LimitedBlockingPolicy |
In this
BlockingPolicy, the blocking is limited by a maximum
waiting time. |
| UserLimitedBlockingPolicy |
This
BlockingPolicy extends the LimitedBlockingPolicy. |
| WaitObserver |
Job observer that unblock (here: notify) the given thread when a change of
the execution phase is detected.
|