|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.wps.provider.JavaProcessProvider
public class JavaProcessProvider
ProcessProvider for hand-crafted Java processes with hand-crafted process descriptions.
| 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,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 |
| 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 WPSProcess getProcess(CodeType id)
ProcessProvider
getProcess in interface ProcessProviderid - identifier of the requested process, never null
null if no such process exists (anymore)public Map<CodeType,WPSProcess> getProcesses()
ProcessProvider
getProcesses in interface ProcessProvidernull or empty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||