@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, wait
alarm, request, startOnInit, subrequest, update
public <I extends DeployInstance> void start(DeployController<I> controller)
start
in interface DeployControllerStrategy
controller
- the owning controllerpublic <I extends DeployInstance> void stop(DeployController<I> controller)
stop
in interface DeployControllerStrategy
controller
- the owning controller