|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.wps.provider.jrxml.JrxmlProcessProvider
public class JrxmlProcessProvider
A ProcessProvider which offers JrxmlWPSProcesss
| Constructor Summary | |
|---|---|
JrxmlProcessProvider(List<JrxmlProcessDescription> idToURL)
|
|
| Method Summary | |
|---|---|
void |
destroy()
Usually called by the ResourceManager upon workspace shutdown. |
WPSProcess |
getProcess(CodeType id)
Returns the process with the specified identifier. |
Map<CodeType,? extends WPSProcess> |
getProcesses()
Returns all currently available processes. |
void |
init(DeegreeWorkspace workspace)
Usually called by the ResourceManager upon workspace startup. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JrxmlProcessProvider(List<JrxmlProcessDescription> idToURL)
| Method Detail |
|---|
public void init(DeegreeWorkspace workspace)
throws ResourceInitException
ResourceResourceManager upon workspace startup.
init in interface Resourceworkspace - the workspace the resource belongs to, may be null
ResourceInitExceptionpublic void destroy()
ResourceResourceManager upon workspace shutdown.
destroy in interface Resourcepublic Map<CodeType,? extends WPSProcess> getProcesses()
ProcessProvider
getProcesses in interface ProcessProvidernull or emptypublic WPSProcess getProcess(CodeType id)
ProcessProvider
getProcess in interface ProcessProviderid - identifier of the requested process, never null
null if no such process exists (anymore)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||