|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.wps.ExecutionManager
public class ExecutionManager
Responsible for handling Execute requests for the WPService. Also keeps track of the process
executions.
WPService| Method Summary | |
|---|---|
Collection<ProcessExecution> |
getAllProcesses()
Returns a collection of information on all processes, including processes that haven't run, are running and have already stopped. |
Collection<ProcessExecution> |
getRunningProcesses()
Returns a collection of information on all running processes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Collection<ProcessExecution> getAllProcesses()
public Collection<ProcessExecution> getRunningProcesses()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||