| Package | Description |
|---|---|
| org.fusesource.process.manager | |
| org.fusesource.process.manager.commands | |
| org.fusesource.process.manager.commands.support | |
| org.fusesource.process.manager.support |
| Modifier and Type | Method and Description |
|---|---|
Installation |
ProcessManager.install(java.lang.String url,
java.net.URL controllerJson)
Installs a process with an optional URL of the controller JSON
|
Installation |
ProcessManager.installJar(JarInstallParameters 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 |
Stop.doControlCommand(Installation installation) |
protected void |
Status.doControlCommand(Installation installation) |
protected void |
Kill.doControlCommand(Installation installation) |
protected void |
Start.doControlCommand(Installation installation) |
protected void |
Uninstall.doControlCommand(Installation installation) |
protected void |
Restart.doControlCommand(Installation installation) |
protected void |
Configure.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 |
ProcessManagerImpl.createInstallation(int id,
java.io.File rootDir,
ProcessConfig config) |
Installation |
ProcessManagerImpl.install(java.lang.String url,
java.net.URL controllerJson) |
Installation |
ProcessManagerImpl.installJar(JarInstallParameters parameters) |
protected Installation |
ProcessManagerImpl.installViaScript(java.net.URL controllerJson,
InstallScript installScript) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<java.lang.Integer,Installation> |
ProcessManagerImpl.listInstallationMap() |
com.google.common.collect.ImmutableList<Installation> |
ProcessManagerImpl.listInstallations() |
Copyright © 2014 Red Hat. All Rights Reserved.