Package | Description |
---|---|
io.fabric8.process.manager | |
io.fabric8.process.manager.commands | |
io.fabric8.process.manager.commands.support | |
io.fabric8.process.manager.service |
Modifier and Type | Method and Description |
---|---|
Installation |
ProcessManager.install(InstallOptions parameters,
InstallTask postInstall)
Installs a process with an optional URL of the controller JSON
together with an optional install step
|
Installation |
ProcessManager.installJar(InstallOptions parameters)
Installs an executable jar as a new managed process
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableMap<java.lang.Integer,Installation> |
ProcessManager.listInstallationMap() |
java.util.List<Installation> |
ProcessManager.listInstallations()
Returns the current installed processes which may or may not be running right now
|
Modifier and Type | Method and Description |
---|---|
protected void |
Status.doControlCommand(Installation installation) |
protected void |
Configure.doControlCommand(Installation installation) |
protected void |
Start.doControlCommand(Installation installation) |
protected void |
Uninstall.doControlCommand(Installation installation) |
protected void |
Kill.doControlCommand(Installation installation) |
protected void |
Stop.doControlCommand(Installation installation) |
protected void |
Restart.doControlCommand(Installation installation) |
Modifier and Type | Method and Description |
---|---|
protected void |
ProcessList.printInstallations(java.util.List<Installation> installations,
java.io.PrintStream out) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
ProcessControlCommandSupport.doControlCommand(Installation installation) |
Modifier and Type | Method and Description |
---|---|
protected Installation |
ProcessManagerService.createInstallation(int id,
java.io.File rootDir,
ProcessConfig config) |
Installation |
ProcessManagerService.install(InstallOptions options,
InstallTask postInstall) |
Installation |
ProcessManagerService.installJar(InstallOptions parameters) |
protected Installation |
ProcessManagerService.installViaScript(java.net.URL controllerUrl,
InstallTask installTask) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableMap<java.lang.Integer,Installation> |
ProcessManagerService.listInstallationMap() |
com.google.common.collect.ImmutableList<Installation> |
ProcessManagerService.listInstallations() |
Copyright © 2014 Red Hat. All Rights Reserved.