|
||||||||||
| 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()
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
ProcessProviderProcessProvider instance is being placed into service.
init in interface ProcessProviderServiceInitExceptionpublic void destroy()
ProcessProviderProcessProvider instance is being taken out of service.
destroy in interface ProcessProviderpublic WPSProcess getProcess(org.deegree.commons.tom.ows.CodeType id)
ProcessProvider
getProcess in interface ProcessProviderid - 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 ProcessProvidernull or empty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||