|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.wps.provider.JavaProcessProvider
public class JavaProcessProvider
ProcessProvider
for hand-crafted Java processes with hand-crafted process descriptions.
Method Summary | |
---|---|
void |
destroy()
Called by the container to indicate that this ProcessProvider instance is being taken out of service. |
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 currently available processes. |
void |
init()
Called by the container to indicate that this ProcessProvider instance is being placed into service. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void init() throws ServiceInitException
ProcessProvider
ProcessProvider
instance is being placed into service.
init
in interface ProcessProvider
ServiceInitException
public void destroy()
ProcessProvider
ProcessProvider
instance is being taken out of service.
destroy
in interface ProcessProvider
public WPSProcess getProcess(org.deegree.commons.tom.ows.CodeType id)
ProcessProvider
getProcess
in interface ProcessProvider
id
- identifier of the requested process, never null
null
if no such process exists (anymore)public java.util.Map<org.deegree.commons.tom.ows.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 |