|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.env.deploy.AbstractDeployControllerStrategy
@Module public abstract class AbstractDeployControllerStrategy
The abstract strategy implements the start, update, and stop commands which are common to all strategies.
input | stopped | active | modified | error |
---|---|---|---|---|
start | startImpl | - | restartImpl | restartImpl |
update | startImpl | - | restartImpl | restartImpl |
stop | - | stopImpl | stopImpl | stopImpl |
Constructor Summary | |
---|---|
AbstractDeployControllerStrategy()
|
Method Summary | ||
---|---|---|
|
start(DeployController<I> controller)
Starts the instance. |
|
|
stop(DeployController<I> controller)
Stops the instance from an admin command. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.caucho.env.deploy.DeployControllerStrategy |
---|
alarm, request, startOnInit, subrequest, update |
Constructor Detail |
---|
public AbstractDeployControllerStrategy()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |