|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.cargo.util.log.LoggedObject
org.codehaus.cargo.container.spi.deployer.AbstractDeployer
org.codehaus.cargo.container.spi.deployer.AbstractLocalDeployer
org.codehaus.cargo.container.spi.deployer.AbstractEmbeddedLocalDeployer
org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalDeployer
public class Jetty7xEmbeddedLocalDeployer
A deployer for webapps that deploys to a Jetty 7.x instance running embedded.
| Constructor Summary | |
|---|---|
Jetty7xEmbeddedLocalDeployer(EmbeddedLocalContainer container)
|
|
| Method Summary | |
|---|---|
Object |
deployWebApp(Deployable deployable)
Implement to perform the work of the deploy. |
void |
redeploy(Deployable deployable)
Redeploy a Deployable already deployed to the running container. |
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. |
| Methods inherited from class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer |
|---|
addDeployedWebAppContext, deploy, getContext, getCopyWebApp, getDeployedWebAppContext, getExtractWar, getParentLoaderPriority, getType, getVirtualHosts, removeDeployedWebAppContext, setCopyWebApp, setExtractWar, setParentLoaderPriority, setVirtualHosts, undeploy |
| Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractLocalDeployer |
|---|
getContainer, getFileHandler, setFileHandler |
| Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractDeployer |
|---|
deploy, deploy, undeploy |
| Methods inherited from class org.codehaus.cargo.util.log.LoggedObject |
|---|
getLogger, setLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.codehaus.cargo.util.log.Loggable |
|---|
getLogger, setLogger |
| Constructor Detail |
|---|
public Jetty7xEmbeddedLocalDeployer(EmbeddedLocalContainer container)
AbstractJettyEmbeddedLocalDeployer.AbstractJettyEmbeddedLocalDeployer(EmbeddedLocalContainer)| Method Detail |
|---|
public Object deployWebApp(Deployable deployable)
deployWebApp in class AbstractJettyEmbeddedLocalDeployerdeployable - the deployable
AbstractJettyEmbeddedLocalDeployer.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 redeploy(Deployable deployable)
Redeploy a Deployable already deployed to the running container. The service
becomes available for requests.
Note that this method will be unsupported by the Deployers based on the
AbstractCopyingInstalledLocalDeployer.
redeploy in interface Deployerredeploy in class AbstractDeployerdeployable - the Deployable to redeployDeployer.redeploy(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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||