public interface ContainerProcessManager
Modifier and Type | Method and Description |
---|---|
Installation |
install(ContainerInstallOptions options,
InstallTask postInstall)
Installs a process with an optional URL of the controller JSON
together with an optional install step
|
Installation |
installJar(ContainerInstallOptions options)
Installs an executable jar as a new managed process
|
com.google.common.collect.ImmutableMap<java.lang.Integer,Installation> |
listInstallationMap(ContainerInstallOptions options) |
java.util.List<Installation> |
listInstallations(ContainerInstallOptions options)
Returns the current installed processes which may or may not be running right now
|
java.util.List<Installation> listInstallations(ContainerInstallOptions options)
Installation install(ContainerInstallOptions options, InstallTask postInstall) throws java.lang.Exception
java.lang.Exception
Installation installJar(ContainerInstallOptions options) throws java.lang.Exception
java.lang.Exception
com.google.common.collect.ImmutableMap<java.lang.Integer,Installation> listInstallationMap(ContainerInstallOptions options)
Copyright © 2014 Red Hat. All Rights Reserved.