@Module public class StartAutoRedeployManualStrategy extends StartAutoRedeployAutoStrategy
input | stopped | active | modified | error |
---|---|---|---|---|
start | startImpl | - | restartImpl | restartImpl |
update | startImpl | - | restartImpl | restartImpl |
stop | - | stopImpl | stopImpl | stopImpl |
request | - | - | - | - |
include | - | - | - | - |
alarm | - | - | - | - |
Modifier and Type | Field and Description |
---|---|
static StartAutoRedeployManualStrategy |
STRATEGY |
Modifier and Type | Method and Description |
---|---|
<I extends DeployInstance> |
alarm(DeployController<I> controller)
Redeployment on a timeout alarm.
|
static DeployControllerStrategy |
create()
Returns the start="lazy" redeploy="automatic" strategy
|
<I extends DeployInstance> |
update(DeployController<I> controller)
Checks for updates from an admin command.
|
request, startOnInit, subrequest
start, stop
public static final StartAutoRedeployManualStrategy STRATEGY
public static DeployControllerStrategy create()
public <I extends DeployInstance> void update(DeployController<I> controller)
update
in interface DeployControllerStrategy
update
in class StartAutoRedeployAutoStrategy
controller
- the owning controllerpublic <I extends DeployInstance> void alarm(DeployController<I> controller)
alarm
in interface DeployControllerStrategy
alarm
in class StartAutoRedeployAutoStrategy
controller
- the owning controller