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