|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.env.deploy.AbstractDeployControllerStrategy
com.caucho.env.deploy.StartManualRedeployManualStrategy
com.caucho.env.deploy.StartAutoRedeployManualStrategy
@Module public class StartAutoRedeployManualStrategy
The start-mode="auto", redeploy-model="manual" controller strategy. initial state = stop
input | stopped | active | modified | error |
---|---|---|---|---|
start | startImpl | - | restartImpl | restartImpl |
update | startImpl | - | restartImpl | restartImpl |
stop | - | stopImpl | stopImpl | stopImpl |
request | - | - | - | - |
include | - | - | - | - |
alarm | - | - | - | - |
Field Summary | |
---|---|
static StartAutoRedeployManualStrategy |
STRATEGY
|
Method Summary | ||
---|---|---|
static DeployControllerStrategy |
create()
Returns the start="lazy" redeploy="automatic" strategy |
|
|
startOnInit(DeployController<I> controller)
Called at initialization time for automatic start. |
Methods inherited from class com.caucho.env.deploy.StartManualRedeployManualStrategy |
---|
alarm, request, subrequest, update |
Methods inherited from class com.caucho.env.deploy.AbstractDeployControllerStrategy |
---|
start, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final StartAutoRedeployManualStrategy STRATEGY
Method Detail |
---|
public static DeployControllerStrategy create()
public <I extends DeployInstance> void startOnInit(DeployController<I> controller)
startOnInit
in interface DeployControllerStrategy
startOnInit
in class StartManualRedeployManualStrategy
controller
- the owning controller
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |