public class Jetty7xEmbeddedLocalDeployer extends AbstractJettyEmbeddedLocalDeployer
| Constructor and Description |
|---|
Jetty7xEmbeddedLocalDeployer(EmbeddedLocalContainer container) |
| Modifier and Type | Method and Description |
|---|---|
Object |
deployWebApp(Deployable deployable)
Implement to perform the work of the deploy.
|
void |
start(Deployable deployable)
Starts a
Deployable that is already deployed in the running container but that is not
servicing requests. |
void |
stop(Deployable deployable)
Stop a
Deployable that is already deployed in the running container in order to
prevent it from servicing requests. |
void |
undeployWebApp(Deployable deployable)
Implement to perform the work of the undeploy.
|
addDeployedWebAppContext, deploy, getContext, getCopyWebApp, getDeployedWebAppContext, getExtractWar, getParentLoaderPriority, getType, getVirtualHosts, removeDeployedWebAppContext, setCopyWebApp, setExtractWar, setParentLoaderPriority, setVirtualHosts, undeploygetContainer, getFileHandlerdeploy, deploy, redeploy, redeploy, start, stop, undeploygetLogger, setLoggerpublic Jetty7xEmbeddedLocalDeployer(EmbeddedLocalContainer container)
public Object deployWebApp(Deployable deployable)
deployWebApp in class AbstractJettyEmbeddedLocalDeployerdeployable - the deployableAbstractJettyEmbeddedLocalDeployer.deployWebApp(org.codehaus.cargo.container.deployable.Deployable)public void undeployWebApp(Deployable deployable)
undeployWebApp in class AbstractJettyEmbeddedLocalDeployerdeployable - the webapp to undeployAbstractJettyEmbeddedLocalDeployer.undeployWebApp(org.codehaus.cargo.container.deployable.Deployable)public void start(Deployable deployable)
Deployable that is already deployed in the running container but that is not
servicing requests.start in interface Deployerstart in class AbstractDeployerdeployable - the Deployable to startDeployer.start(org.codehaus.cargo.container.deployable.Deployable)public void stop(Deployable deployable)
Deployable that is already deployed in the running container in order to
prevent it from servicing requests.stop in interface Deployerstop in class AbstractDeployerdeployable - the Deployable to stopDeployer.stop(org.codehaus.cargo.container.deployable.Deployable)Copyright © 2004-2013 Codehaus. All Rights Reserved.