|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.env.deploy.DeployGenerator<E>
com.caucho.env.deploy.ExpandDeployGenerator<EarDeployController>
com.caucho.server.e_app.EarDeployGenerator
@Module public class EarDeployGenerator
The generator for the ear-deploy
Constructor Summary | |
---|---|
EarDeployGenerator(java.lang.String id,
DeployContainer<EarDeployController> deployContainer,
WebAppContainer parentContainer)
|
Method Summary | |
---|---|
void |
addEarDefault(EarConfig config)
Sets the ear default. |
EarDeployController |
createController(ExpandVersion version)
Returns the current array of application entries. |
protected void |
destroyImpl()
Derived class implentation of destroy. |
java.lang.String |
getURLPrefix()
Gets the URL prefix. |
protected void |
initImpl()
Configuration checks on init. |
void |
setURLPrefix(java.lang.String prefix)
Sets the URL prefix. |
protected void |
startImpl()
Starts the deploy. |
Methods inherited from class com.caucho.env.deploy.DeployGenerator |
---|
destroy, environmentBind, environmentConfigure, environmentStart, environmentStop, getConfigException, getDeployContainer, getParentClassLoader, getRedeployMode, getStartupMode, getState, init, isActive, isDestroyed, mergeController, setRedeployMode, setStartupMode, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EarDeployGenerator(java.lang.String id, DeployContainer<EarDeployController> deployContainer, WebAppContainer parentContainer)
Method Detail |
---|
public java.lang.String getURLPrefix()
public void setURLPrefix(java.lang.String prefix)
public void addEarDefault(EarConfig config)
protected void initImpl() throws ConfigException
ExpandDeployGenerator
initImpl
in class ExpandDeployGenerator<EarDeployController>
ConfigException
protected void startImpl() throws ConfigException
ExpandDeployGenerator
startImpl
in class ExpandDeployGenerator<EarDeployController>
ConfigException
public EarDeployController createController(ExpandVersion version)
createController
in class ExpandDeployGenerator<EarDeployController>
protected void destroyImpl()
DeployGenerator
destroyImpl
in class DeployGenerator<EarDeployController>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |