@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, subrequeststart, stoppublic static final StartAutoRedeployManualStrategy STRATEGY
public static DeployControllerStrategy create()
public <I extends DeployInstance> void update(DeployController<I> controller)
update in interface DeployControllerStrategyupdate in class StartAutoRedeployAutoStrategycontroller - the owning controllerpublic <I extends DeployInstance> void alarm(DeployController<I> controller)
alarm in interface DeployControllerStrategyalarm in class StartAutoRedeployAutoStrategycontroller - the owning controller