|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProcessManager
Returns the service used to install and control managed processes
| Method Summary | |
|---|---|
Installation |
install(java.lang.String url,
java.net.URL controllerJson)
Installs a process with an optional URL of the controller JSON |
Installation |
installJar(JarInstallParameters parameters)
Installs an executable jar as a new managed process |
com.google.common.collect.ImmutableMap<java.lang.Integer,Installation> |
listInstallationMap()
|
java.util.List<Installation> |
listInstallations()
Returns the current installed processes which may or may not be running right now |
| Method Detail |
|---|
java.util.List<Installation> listInstallations()
Installation install(java.lang.String url,
java.net.URL controllerJson)
throws java.lang.Exception
java.lang.Exception
Installation installJar(JarInstallParameters parameters)
throws java.lang.Exception
java.lang.Exceptioncom.google.common.collect.ImmutableMap<java.lang.Integer,Installation> listInstallationMap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||