Uses of Class
org.codehaus.cargo.container.spi.deployer.AbstractDeployer

Packages that use AbstractDeployer
org.codehaus.cargo.container.geronimo   
org.codehaus.cargo.container.jboss   
org.codehaus.cargo.container.jetty   
org.codehaus.cargo.container.jetty.internal   
org.codehaus.cargo.container.jo   
org.codehaus.cargo.container.jrun   
org.codehaus.cargo.container.resin   
org.codehaus.cargo.container.spi.deployer   
org.codehaus.cargo.container.tomcat   
org.codehaus.cargo.container.tomcat.internal   
org.codehaus.cargo.container.weblogic   
 

Uses of AbstractDeployer in org.codehaus.cargo.container.geronimo
 

Subclasses of AbstractDeployer in org.codehaus.cargo.container.geronimo
 class GeronimoInstalledLocalDeployer
          A Geronimo deploytool-based deployer to perform deployment to a local container.
 

Uses of AbstractDeployer in org.codehaus.cargo.container.jboss
 

Subclasses of AbstractDeployer in org.codehaus.cargo.container.jboss
 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 AbstractDeployer in org.codehaus.cargo.container.jetty
 

Subclasses of AbstractDeployer in org.codehaus.cargo.container.jetty
 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 AbstractDeployer in org.codehaus.cargo.container.jetty.internal
 

Subclasses of AbstractDeployer in org.codehaus.cargo.container.jetty.internal
 class AbstractJettyEmbeddedLocalDeployer
          Base class for all Jetty deployers.
 

Uses of AbstractDeployer in org.codehaus.cargo.container.jo
 

Subclasses of AbstractDeployer in org.codehaus.cargo.container.jo
 class Jo1xInstalledLocalDeployer
          Static deployer that deploys WARs to the jo! webapp/host directory.
 

Uses of AbstractDeployer in org.codehaus.cargo.container.jrun
 

Subclasses of AbstractDeployer in org.codehaus.cargo.container.jrun
 class JRun4xInstalledLocalDeployer
          Static deployer that deploys WARs to the JRun servers/server_name directory.
 

Uses of AbstractDeployer in org.codehaus.cargo.container.resin
 

Subclasses of AbstractDeployer in org.codehaus.cargo.container.resin
 class ResinInstalledLocalDeployer
          Static deployer that deploys WARs to the Resin webapps directory.
 

Uses of AbstractDeployer in org.codehaus.cargo.container.spi.deployer
 

Subclasses of AbstractDeployer in org.codehaus.cargo.container.spi.deployer
 class AbstractCopyingInstalledLocalDeployer
          Local deployer that deploys WARs, EJBs and EARs to a deployable directory of the given installed container.
 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.
 

Uses of AbstractDeployer in org.codehaus.cargo.container.tomcat
 

Subclasses of AbstractDeployer in org.codehaus.cargo.container.tomcat
 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 AbstractDeployer in org.codehaus.cargo.container.tomcat.internal
 

Subclasses of AbstractDeployer in org.codehaus.cargo.container.tomcat.internal
 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 AbstractDeployer in org.codehaus.cargo.container.weblogic
 

Subclasses of AbstractDeployer in org.codehaus.cargo.container.weblogic
 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.
 



Copyright © 2004-2012 Codehaus. All Rights Reserved.