|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Installation | |
|---|---|
| org.fusesource.process.manager | |
| org.fusesource.process.manager.commands | |
| org.fusesource.process.manager.commands.support | |
| org.fusesource.process.manager.support | |
| Uses of Installation in org.fusesource.process.manager |
|---|
| Methods in org.fusesource.process.manager that return Installation | |
|---|---|
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 |
| Methods in org.fusesource.process.manager that return types with arguments of type Installation | |
|---|---|
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 |
| Uses of Installation in org.fusesource.process.manager.commands |
|---|
| Methods in org.fusesource.process.manager.commands with parameters of type Installation | |
|---|---|
protected void |
Kill.doControlCommand(Installation installation)
|
protected void |
Restart.doControlCommand(Installation installation)
|
protected void |
Uninstall.doControlCommand(Installation installation)
|
protected void |
Start.doControlCommand(Installation installation)
|
protected void |
Configure.doControlCommand(Installation installation)
|
protected void |
Status.doControlCommand(Installation installation)
|
protected void |
Stop.doControlCommand(Installation installation)
|
| Method parameters in org.fusesource.process.manager.commands with type arguments of type Installation | |
|---|---|
protected void |
ProcessList.printInstallations(java.util.List<Installation> installations,
java.io.PrintStream out)
|
| Uses of Installation in org.fusesource.process.manager.commands.support |
|---|
| Methods in org.fusesource.process.manager.commands.support with parameters of type Installation | |
|---|---|
protected abstract void |
ProcessControlCommandSupport.doControlCommand(Installation installation)
|
| Uses of Installation in org.fusesource.process.manager.support |
|---|
| Methods in org.fusesource.process.manager.support that return Installation | |
|---|---|
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)
|
| Methods in org.fusesource.process.manager.support that return types with arguments of type Installation | |
|---|---|
com.google.common.collect.ImmutableMap<java.lang.Integer,Installation> |
ProcessManagerImpl.listInstallationMap()
|
com.google.common.collect.ImmutableList<Installation> |
ProcessManagerImpl.listInstallations()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||