public interface ProcessManager
Modifier and Type | Method and Description |
---|---|
Installation |
install(InstallOptions parameters,
InstallTask postInstall)
Installs a process with an optional URL of the controller JSON
together with an optional install step
|
Installation |
installJar(InstallOptions 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(InstallOptions parameters, InstallTask postInstall) throws java.lang.Exception
java.lang.Exception
Installation installJar(InstallOptions parameters) throws java.lang.Exception
java.lang.Exception
com.google.common.collect.ImmutableMap<java.lang.Integer,Installation> listInstallationMap()
Copyright © 2016 Red Hat. All Rights Reserved.