|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.concurrent.FutureTask<W>
org.n52.wps.server.handler.WPSTask<W>
W - Should be of type Request.public class WPSTask<W>
A wrapper around a ExecuteRequest. Task can be scheduled for
execution in the RequestExecutor. This task enables the executor to
get the ExecuteRequest and the StatusType of the
org.n52.wps.server.responseExecuteResponse. With this construction,
the status of the request can be altered during execution.
| Constructor Summary | |
|---|---|
WPSTask(java.util.concurrent.Callable<W> callable)
Create a new wrapper around an ExecuteRequest. |
|
| Method Summary | |
|---|---|
ExecuteRequest |
getRequest()
Get the Request of this wrapper. |
| Methods inherited from class java.util.concurrent.FutureTask |
|---|
cancel, done, get, get, isCancelled, isDone, run, runAndReset, set, setException |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WPSTask(java.util.concurrent.Callable<W> callable)
ExecuteRequest.
callable - An ExecuteRequest| Method Detail |
|---|
public ExecuteRequest getRequest()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||