|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.wps.provider.ExampleProcessProvider
public class ExampleProcessProvider
Example ProcessProvider
implementation for process provider tutorial.
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
Resource
ResourceManager
upon workspace startup.
init
in interface Resource
workspace
- the workspace the resource belongs to, may be null
ResourceInitException
public void destroy()
Resource
ResourceManager
upon workspace shutdown.
destroy
in interface Resource
public WPSProcess getProcess(CodeType id)
ProcessProvider
getProcess
in interface ProcessProvider
id
- identifier of the requested process, never null
null
if no such process exists (anymore)public Map<CodeType,WPSProcess> getProcesses()
ProcessProvider
getProcesses
in interface ProcessProvider
null
or empty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |