@Module public abstract class AbstractDeployControllerStrategy extends java.lang.Object implements DeployControllerStrategy
| input | stopped | active | modified | error |
|---|---|---|---|---|
| start | startImpl | - | restartImpl | restartImpl |
| update | startImpl | - | restartImpl | restartImpl |
| stop | - | stopImpl | stopImpl | stopImpl |
| Constructor and Description |
|---|
AbstractDeployControllerStrategy() |
| Modifier and Type | Method and Description |
|---|---|
<I extends DeployInstance> |
start(DeployController<I> controller)
Starts the instance.
|
<I extends DeployInstance> |
stop(DeployController<I> controller)
Stops the instance from an admin command.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitalarm, request, startOnInit, subrequest, updatepublic <I extends DeployInstance> void start(DeployController<I> controller)
start in interface DeployControllerStrategycontroller - the owning controllerpublic <I extends DeployInstance> void stop(DeployController<I> controller)
stop in interface DeployControllerStrategycontroller - the owning controller