Package | Description |
---|---|
com.caucho.env.deploy |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static DeployControllerStrategy |
StartAutoRedeployManualStrategy.create()
Returns the start="lazy" redeploy="automatic" strategy
|
static DeployControllerStrategy |
StartLazyRedeployManualStrategy.create()
Returns the start="lazy" redeploy="automatic" strategy
|
static DeployControllerStrategy |
StartAutoRedeployAutoStrategy.create()
Returns the start="lazy" redeploy="automatic" strategy
|
static DeployControllerStrategy |
StartManualRedeployManualStrategy.create()
Returns the start="lazy" redeploy="automatic" strategy
|
static DeployControllerStrategy |
StartLazyRedeployAutomaticStrategy.create()
Returns the start="lazy" redeploy="automatic" strategy
|