Interface | Description |
---|---|
AbstractVanillaProcess | |
EmptySoftwareProcess | |
EmptySoftwareProcessDriver | |
SameServerEntity |
An entity that, on start(
MachineProvisioningLocation ), will obtain a machine
and pass that to each of its children by calling their Startable.start(java.util.Collection)
methods with that machine. |
SoftwareProcess | |
SoftwareProcessDriver |
The
EntityDriver for a SoftwareProcess . |
VanillaSoftwareProcess |
A
SoftwareProcess entity that runs commands from an archive. |
VanillaSoftwareProcessDriver | |
VanillaWindowsProcess | |
VanillaWindowsProcessDriver |
Class | Description |
---|---|
AbstractSoftwareProcessDriver |
An abstract implementation of the
SoftwareProcessDriver . |
AbstractSoftwareProcessSshDriver |
An abstract SSH implementation of the
AbstractSoftwareProcessDriver . |
AbstractSoftwareProcessWinRmDriver | |
EmptySoftwareProcessImpl | |
EmptySoftwareProcessSshDriver | |
SameServerDriverLifecycleEffectorTasks | |
SameServerEntityImpl | |
SoftwareProcess.RestartSoftwareParameters | |
SoftwareProcess.StopSoftwareParameters | |
SoftwareProcessDriverLifecycleEffectorTasks |
Thin shim delegating to driver to do start/stop/restart, wrapping as tasks,
with common code pulled up to
MachineLifecycleEffectorTasks for non-driver usage |
SoftwareProcessImpl |
An
Entity representing a piece of software which can be installed, run, and controlled. |
VanillaSoftwareProcessImpl | |
VanillaSoftwareProcessSshDriver | |
VanillaWindowsProcessImpl | |
VanillaWindowsProcessWinRmDriver |
Enum | Description |
---|---|
SoftwareProcess.ChildStartableMode |
Controls the behavior when starting (stop, restart)
Startable children as part of the start (stop, restart) effector on this entity |
SoftwareProcess.RestartSoftwareParameters.RestartMachineMode | |
SoftwareProcess.StopSoftwareParameters.StopMode |