Package | Description |
---|---|
uws.service | |
uws.service.actions | |
uws.service.wait |
Modifier and Type | Field and Description |
---|---|
protected BlockingPolicy |
UWSServlet.waitPolicy
Strategy to use for the blocking/wait process concerning the
UWSServlet.doJobSummary(UWSUrl, HttpServletRequest, HttpServletResponse, JobOwner)
action. |
protected BlockingPolicy |
UWSService.waitPolicy
Strategy to use for the blocking/wait process concerning the
JobSummary action. |
Modifier and Type | Method and Description |
---|---|
BlockingPolicy |
UWSServlet.getWaitPolicy()
Get the currently used strategy for the blocking behavior of the
Job Summary action.
|
BlockingPolicy |
UWSService.getWaitPolicy()
Get the currently used strategy for the blocking behavior of the
Job Summary action.
|
Modifier and Type | Method and Description |
---|---|
void |
UWSServlet.setWaitPolicy(BlockingPolicy waitPolicy)
Set the strategy to use for the blocking behavior of the
Job Summary action.
|
void |
UWSService.setWaitPolicy(BlockingPolicy waitPolicy)
Set the strategy to use for the blocking behavior of the
Job Summary action.
|
Modifier and Type | Method and Description |
---|---|
static void |
JobSummary.block(BlockingPolicy policy,
javax.servlet.http.HttpServletRequest req,
UWSJob job,
JobOwner user)
Block the current thread until the specified duration (in seconds) is
elapsed or if the execution phase of the target job changes.
|
Modifier and Type | Class and Description |
---|---|
class |
LimitedBlockingPolicy
In this
BlockingPolicy , the blocking is limited by a maximum
waiting time. |
class |
UserLimitedBlockingPolicy
This
BlockingPolicy extends the LimitedBlockingPolicy . |