|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.wps.ProcessManager
public class ProcessManager
Manages the available WPSProcess
instances and ProcessProvider
s for the WPService
WPService
Constructor Summary | |
---|---|
ProcessManager(java.io.File processesDir)
Creates a new ProcessManager instance with the given configuration. |
Method Summary | |
---|---|
static ProcessProvider |
create(java.net.URL configURL)
Returns an uninitialized ProcessProvider instance that's created from the specified process manager
configuration document. |
WPSProcess |
getProcess(org.deegree.commons.tom.ows.CodeType id)
Returns the process with the specified identifier. |
java.util.Map<org.deegree.commons.tom.ows.CodeType,WPSProcess> |
getProcesses()
Returns all available processes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProcessManager(java.io.File processesDir) throws ServiceInitException
ProcessManager
instance with the given configuration.
processesDir
- directory to be scanned for process provider configuration documents, never null
ServiceInitException
Method Detail |
---|
public static ProcessProvider create(java.net.URL configURL) throws ServiceInitException
ProcessProvider
instance that's created from the specified process manager
configuration document.
configURL
- URL of the configuration document, must not be null
ProcessProvider
instance, not yet initialized, never null
ServiceInitException
public java.util.Map<org.deegree.commons.tom.ows.CodeType,WPSProcess> getProcesses()
null
public WPSProcess getProcess(org.deegree.commons.tom.ows.CodeType id)
id
- identifier of the process, must not be null
null
if no such process exists
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |