|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProcessProvider
Implementations are responsible for making WPSProcess instances available to the ProcessManager.
| 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. |
| Method Detail |
|---|
void init()
throws ServiceInitException
ProcessProvider instance is being placed into service.
ServiceInitExceptionvoid destroy()
ProcessProvider instance is being taken out of service.
java.util.Map<org.deegree.commons.tom.ows.CodeType,WPSProcess> getProcesses()
null or emptyWPSProcess getProcess(org.deegree.commons.tom.ows.CodeType id)
id - 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 | |||||||||