| Package | Description |
|---|---|
| com.caucho.env.deploy | |
| com.caucho.jca.cfg | |
| com.caucho.server.e_app | |
| com.caucho.server.host | |
| com.caucho.server.webapp |
| Modifier and Type | Class and Description |
|---|---|
class |
EnvironmentDeployController<I extends EnvironmentDeployInstance,C extends DeployConfig>
A deploy controller for an environment.
|
| Modifier and Type | Method and Description |
|---|---|
DeployConfig |
EnvironmentDeployController.getPrologue()
Gets the prologue configuration
|
DeployConfig |
DeployConfig.getPrologue()
Returns the prologue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnvironmentDeployController.setPrologue(DeployConfig prologue)
Sets the prologue configuration
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
EnvironmentDeployController.fillInitList(java.util.ArrayList<DeployConfig> initList) |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceConfig
The configuration for a resource-default.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EarConfig
The configuration for an ear in the resin.conf
|
| Modifier and Type | Class and Description |
|---|---|
class |
HostConfig
The configuration for a host in the resin.conf
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebAppConfig
The configuration for a web-app in the resin.conf
|
class |
WebAppFragmentConfig |
| Modifier and Type | Method and Description |
|---|---|
DeployConfig |
WebAppConfig.getPrologue()
Gets the prologue.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
WebAppController.fillInitList(java.util.ArrayList<DeployConfig> initList) |