org.deegree.services.wps
Class ExecutionManager

java.lang.Object
  extended by org.deegree.services.wps.ExecutionManager

public class ExecutionManager
extends Object

Responsible for handling Execute requests for the WPService. Also keeps track of the process executions.

Version:
$Revision: $, $Date: $
Author:
Markus Schneider, Jason R. Surratt, last edited by: $Author: schneider $
See Also:
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

getAllProcesses

public Collection<ProcessExecution> getAllProcesses()
Returns a collection of information on all processes, including processes that haven't run, are running and have already stopped.

Returns:
information on all processes, including processes that haven't run, are running and have already stopped. The returned result should not be modified.

getRunningProcesses

public Collection<ProcessExecution> getRunningProcesses()
Returns a collection of information on all running processes.

Returns:
information on all running processes. The returned result should not be modified.


Copyright © 2011. All Rights Reserved.