|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Deployer in org.codehaus.cargo.container.geronimo |
---|
Classes in org.codehaus.cargo.container.geronimo that implement Deployer | |
---|---|
class |
GeronimoInstalledLocalDeployer
A Geronimo deploytool-based deployer to perform deployment to a local container. |
Uses of Deployer in org.codehaus.cargo.container.jboss |
---|
Classes in org.codehaus.cargo.container.jboss that implement Deployer | |
---|---|
class |
JBossInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the JBoss deploy directory. |
class |
JBossRemoteDeployer
Remote deployer that uses JMX to deploy to JBoss. |
Uses of Deployer in org.codehaus.cargo.container.jetty |
---|
Classes in org.codehaus.cargo.container.jetty that implement Deployer | |
---|---|
class |
Jetty4xEmbeddedLocalDeployer
Deployer to deploy to a Jetty 4.x (embedded) container. |
class |
Jetty5xEmbeddedLocalDeployer
Deploys webapps to a Jetty 5.x instance running embedded. |
class |
Jetty6xEmbeddedLocalDeployer
A deployer for webapps that deploys to a Jetty 6.x instance running embedded. |
class |
Jetty6xInstalledLocalDeployer
A deployer for webapps that deploys to a Jetty 6.x installed instance. |
class |
Jetty7xEmbeddedLocalDeployer
A deployer for webapps that deploys to a Jetty 7.x instance running embedded. |
class |
Jetty7xInstalledLocalDeployer
A deployer for webapps that deploys to a Jetty 7.x installed instance. |
class |
JettyRemoteDeployer
A remote deployer for the Jetty container. |
Uses of Deployer in org.codehaus.cargo.container.jetty.internal |
---|
Classes in org.codehaus.cargo.container.jetty.internal that implement Deployer | |
---|---|
class |
AbstractJettyEmbeddedLocalDeployer
Base class for all Jetty deployers. |
Uses of Deployer in org.codehaus.cargo.container.jo |
---|
Classes in org.codehaus.cargo.container.jo that implement Deployer | |
---|---|
class |
Jo1xInstalledLocalDeployer
Static deployer that deploys WARs to the jo! webapp/host directory. |
Uses of Deployer in org.codehaus.cargo.container.jrun |
---|
Classes in org.codehaus.cargo.container.jrun that implement Deployer | |
---|---|
class |
JRun4xInstalledLocalDeployer
Static deployer that deploys WARs to the JRun servers/server_name directory. |
Uses of Deployer in org.codehaus.cargo.container.resin |
---|
Classes in org.codehaus.cargo.container.resin that implement Deployer | |
---|---|
class |
ResinInstalledLocalDeployer
Static deployer that deploys WARs to the Resin webapps directory. |
Uses of Deployer in org.codehaus.cargo.container.spi.deployer |
---|
Classes in org.codehaus.cargo.container.spi.deployer that implement Deployer | |
---|---|
class |
AbstractCopyingInstalledLocalDeployer
Local deployer that deploys WARs, EJBs and EARs to a deployable directory of the
given installed container. |
class |
AbstractDeployer
Base deployer for local and remote deployments. |
class |
AbstractEmbeddedLocalDeployer
Base deployer to deploy to embedded local containers. |
class |
AbstractInstalledLocalDeployer
Base deployer to deploy to installed local containers. |
class |
AbstractLocalDeployer
Base deployer to deploy to local containers (installed or embedded). |
class |
AbstractRemoteDeployer
Base deployer to deploy to containers without any reference to where the container is installed (be it on the same machine or on another one). |
class |
AbstractSwitchableLocalDeployer
Implementation decides how to deploy or undeploy based on the running state of the server. |
Methods in org.codehaus.cargo.container.spi.deployer that return Deployer | |
---|---|
protected abstract Deployer |
AbstractSwitchableLocalDeployer.getColdDeployer()
this deployer will be used when the server is not running. |
protected abstract Deployer |
AbstractSwitchableLocalDeployer.getHotDeployer()
this deployer will be used when the server is running. |
Uses of Deployer in org.codehaus.cargo.container.tomcat |
---|
Classes in org.codehaus.cargo.container.tomcat that implement Deployer | |
---|---|
class |
Tomcat4xRemoteDeployer
A special Tomcat4x manager-based deployer to perform deployment to a remote container. |
class |
Tomcat5xEmbeddedLocalDeployer
Deployer for deploying to
embedded Tomcat container . |
class |
Tomcat5xRemoteDeployer
A special Tomcat5x manager-based deployer to perform deployment to a remote container. |
class |
Tomcat6xRemoteDeployer
A special Tomcat6x manager-based deployer to perform deployment to a remote container. |
class |
TomcatCopyingInstalledLocalDeployer
Static deployer that deploys WARs to the Tomcat webapps directory. |
class |
TomcatManagerInstalledLocalDeployer
A Tomcat manager-based deployer to perform deployment to a local container. |
Uses of Deployer in org.codehaus.cargo.container.tomcat.internal |
---|
Classes in org.codehaus.cargo.container.tomcat.internal that implement Deployer | |
---|---|
class |
AbstractTomcatManagerDeployer
Common code to perform both local or remote deployments using a Tomcat manager-based deployer. |
class |
AbstractTomcatManagerInstalledLocalDeployer
Common code to perform local deployments using a Tomcat manager-based deployer. |
class |
AbstractTomcatRemoteDeployer
Common code to perform remote deployments using a Tomcat manager-based deployer. |
Uses of Deployer in org.codehaus.cargo.container.weblogic |
---|
Classes in org.codehaus.cargo.container.weblogic that implement Deployer | |
---|---|
class |
WebLogic8xConfigXmlInstalledLocalDeployer
Static deployer that manages deployment configuration by manipulating the WebLogic config.xml file. |
class |
WebLogic8xSwitchableLocalDeployer
Changes config.xml if the server is down. |
class |
WebLogic9xConfigXmlInstalledLocalDeployer
Static deployer that manages deployment configuration by manipulating the WebLogic config.xml file. |
class |
WebLogicCopyingInstalledLocalDeployer
Static deployer that deploys WARs to the WebLogic auto-deploy directory. |
Methods in org.codehaus.cargo.container.weblogic that return Deployer | |
---|---|
protected Deployer |
WebLogic8xSwitchableLocalDeployer.getColdDeployer()
this deployer will be used when the server is not running. |
protected Deployer |
WebLogic8xSwitchableLocalDeployer.getHotDeployer()
this deployer will be used when the server is running. |
Uses of Deployer in org.codehaus.cargo.generic.deployer |
---|
Methods in org.codehaus.cargo.generic.deployer that return Deployer | |
---|---|
Deployer |
DeployerFactory.createDeployer(Container container)
Create a Deployer instance whose type matches the container's type. |
Deployer |
DefaultDeployerFactory.createDeployer(Container container)
Create a Deployer instance whose type matches the container's type. |
Deployer |
DeployerFactory.createDeployer(Container container,
DeployerType deployerType)
Create a Deployer instance matching the specified container and type. |
Deployer |
DefaultDeployerFactory.createDeployer(Container container,
DeployerType deployerType)
Create a Deployer instance matching the specified container and type. |
Uses of Deployer in org.codehaus.cargo.maven2 |
---|
Methods in org.codehaus.cargo.maven2 that return Deployer | |
---|---|
protected Deployer |
AbstractDeployerMojo.createDeployer(Container container)
|
Methods in org.codehaus.cargo.maven2 with parameters of type Deployer | |
---|---|
protected void |
DeployerRedeployMojo.performDeployerActionOnSingleDeployable(Deployer deployer,
Deployable deployable,
URL pingURL,
Long pingTimeout)
|
protected void |
DeployerDeployMojo.performDeployerActionOnSingleDeployable(Deployer deployer,
Deployable deployable,
URL pingURL,
Long pingTimeout)
|
protected void |
DeployerUndeployMojo.performDeployerActionOnSingleDeployable(Deployer deployer,
Deployable deployable,
URL pingURL,
Long pingTimeout)
|
protected void |
DeployerStopMojo.performDeployerActionOnSingleDeployable(Deployer deployer,
Deployable deployable,
URL pingURL,
Long pingTimeout)
|
protected abstract void |
AbstractDeployerMojo.performDeployerActionOnSingleDeployable(Deployer deployer,
Deployable deployable,
URL pingURL,
Long pingTimeout)
|
protected void |
DeployerStartMojo.performDeployerActionOnSingleDeployable(Deployer deployer,
Deployable deployable,
URL pingURL,
Long pingTimeout)
|
Uses of Deployer in org.codehaus.cargo.maven2.configuration |
---|
Methods in org.codehaus.cargo.maven2.configuration that return Deployer | |
---|---|
Deployer |
Deployer.createDeployer(Container container)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |