|
||||||||||
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
public class StartManualRedeployManualStrategy
The start-mode="manual", 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 StartManualRedeployManualStrategy |
STRATEGY
|
Constructor Summary | |
---|---|
protected |
StartManualRedeployManualStrategy()
|
Method Summary | ||
---|---|---|
|
alarm(DeployController<I> controller)
Returns the current instance. |
|
static DeployControllerStrategy |
create()
Returns the start="lazy" redeploy="automatic" strategy |
|
|
request(DeployController<I> controller)
Returns the current instance. |
|
|
startOnInit(DeployController<I> controller)
Called at initialization time for automatic start. |
|
|
subrequest(DeployController<I> controller)
Returns the current instance. |
|
|
update(DeployController<I> controller)
Checks for updates from an admin command. |
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 StartManualRedeployManualStrategy STRATEGY
Constructor Detail |
---|
protected StartManualRedeployManualStrategy()
Method Detail |
---|
public static DeployControllerStrategy create()
public <I extends DeployInstance> void startOnInit(DeployController<I> controller)
controller
- the owning controllerpublic <I extends DeployInstance> void update(DeployController<I> controller)
controller
- the owning controllerpublic <I extends DeployInstance> I request(DeployController<I> controller)
controller
- the owning controller
public <I extends DeployInstance> I subrequest(DeployController<I> controller)
controller
- the owning controller
public <I extends DeployInstance> void alarm(DeployController<I> controller)
controller
- the owning controller
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |