public interface ProcessManager
| Modifier and Type | Method and Description |
|---|---|
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
|
java.util.List<Installation> listInstallations()
Installation install(java.lang.String url, java.net.URL controllerJson) throws java.lang.Exception
java.lang.ExceptionInstallation installJar(JarInstallParameters parameters) throws java.lang.Exception
java.lang.Exceptioncom.google.common.collect.ImmutableMap<java.lang.Integer,Installation> listInstallationMap()
Copyright © 2014 Red Hat. All Rights Reserved.