Package | Description |
---|---|
com.caucho.server.cluster | |
com.caucho.server.e_app | |
com.caucho.server.host | |
com.caucho.server.webapp |
Modifier and Type | Method and Description |
---|---|
void |
ServletContainerConfig.addEarDefault(EarConfig earConfig)
Adds an EarDefault
|
void |
ServletService.addEarDefault(EarConfig config)
Adds an EarDefault
|
Modifier and Type | Method and Description |
---|---|
void |
EarDeployGenerator.addEarDefault(EarConfig config)
Sets the ear default.
|
Constructor and Description |
---|
EarSingleDeployGenerator(DeployContainer<EarDeployController> deployContainer,
WebAppContainer parentContainer,
EarConfig config) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<EarConfig> |
HostContainer.getEarDefaultList()
Returns the list of ear defaults
|
Modifier and Type | Method and Description |
---|---|
void |
HostContainer.addEarDefault(EarConfig init)
Adds an ear default
|
void |
Host.addEarDefault(EarConfig config) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<EarConfig> |
WebAppContainer.getEarDefaultList()
Returns the list of ear defaults
|
Modifier and Type | Method and Description |
---|---|
void |
WebAppContainer.addApplication(EarConfig config)
Adds an enterprise webApp.
|
void |
WebAppContainer.addEarDefault(EarConfig config)
Adds an ear default
|