|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeployControllerStrategy | |
---|---|
com.caucho.env.deploy |
Uses of DeployControllerStrategy in com.caucho.env.deploy |
---|
Classes in com.caucho.env.deploy that implement DeployControllerStrategy | |
---|---|
class |
AbstractDeployControllerStrategy
The abstract strategy implements the start, update, and stop commands which are common to all strategies. |
class |
StartAutoRedeployAutoStrategy
The start-mode="automatic", redeploy-model="automatic" controller strategy. |
class |
StartAutoRedeployManualStrategy
The start-mode="auto", redeploy-model="manual" controller strategy. |
class |
StartLazyRedeployAutomaticStrategy
The start-mode="lazy", redeploy-model="automatic" controller strategy. |
class |
StartLazyRedeployManualStrategy
The start-mode="lazy", redeploy-model="manual" controller strategy. |
class |
StartManualRedeployManualStrategy
The start-mode="manual", redeploy-model="manual" controller strategy. |
Methods in com.caucho.env.deploy that return DeployControllerStrategy | |
---|---|
static DeployControllerStrategy |
StartAutoRedeployAutoStrategy.create()
Returns the start="lazy" redeploy="automatic" strategy |
static DeployControllerStrategy |
StartAutoRedeployManualStrategy.create()
Returns the start="lazy" redeploy="automatic" strategy |
static DeployControllerStrategy |
StartLazyRedeployAutomaticStrategy.create()
Returns the start="lazy" redeploy="automatic" strategy |
static DeployControllerStrategy |
StartLazyRedeployManualStrategy.create()
Returns the start="lazy" redeploy="automatic" strategy |
static DeployControllerStrategy |
StartManualRedeployManualStrategy.create()
Returns the start="lazy" redeploy="automatic" strategy |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |