|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EarConfig | |
---|---|
com.caucho.server.cluster | |
com.caucho.server.e_app | |
com.caucho.server.host | |
com.caucho.server.webapp |
Uses of EarConfig in com.caucho.server.cluster |
---|
Methods in com.caucho.server.cluster with parameters of type EarConfig | |
---|---|
void |
ServletContainerConfig.addEarDefault(EarConfig earConfig)
Adds an EarDefault |
void |
ServletService.addEarDefault(EarConfig config)
Adds an EarDefault |
Uses of EarConfig in com.caucho.server.e_app |
---|
Methods in com.caucho.server.e_app with parameters of type EarConfig | |
---|---|
void |
EarDeployGenerator.addEarDefault(EarConfig config)
Sets the ear default. |
Constructors in com.caucho.server.e_app with parameters of type EarConfig | |
---|---|
EarSingleDeployGenerator(DeployContainer<EarDeployController> deployContainer,
WebAppContainer parentContainer,
EarConfig config)
|
Uses of EarConfig in com.caucho.server.host |
---|
Methods in com.caucho.server.host that return types with arguments of type EarConfig | |
---|---|
java.util.ArrayList<EarConfig> |
HostContainer.getEarDefaultList()
Returns the list of ear defaults |
Methods in com.caucho.server.host with parameters of type EarConfig | |
---|---|
void |
Host.addEarDefault(EarConfig config)
|
void |
HostContainer.addEarDefault(EarConfig init)
Adds an ear default |
Uses of EarConfig in com.caucho.server.webapp |
---|
Methods in com.caucho.server.webapp that return types with arguments of type EarConfig | |
---|---|
java.util.ArrayList<EarConfig> |
WebAppContainer.getEarDefaultList()
Returns the list of ear defaults |
Methods in com.caucho.server.webapp with parameters of type EarConfig | |
---|---|
void |
WebAppContainer.addApplication(EarConfig config)
Adds an enterprise webApp. |
void |
WebAppContainer.addEarDefault(EarConfig config)
Adds an ear default |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |