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

Packages that use AbstractRemoteDeployer
org.codehaus.cargo.container.jboss   
org.codehaus.cargo.container.jetty   
org.codehaus.cargo.container.tomcat   
org.codehaus.cargo.container.tomcat.internal   
 

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

Subclasses of AbstractRemoteDeployer in org.codehaus.cargo.container.jboss
 class JBossRemoteDeployer
          Remote deployer that uses JMX to deploy to JBoss.
 

Uses of AbstractRemoteDeployer in org.codehaus.cargo.container.jetty
 

Subclasses of AbstractRemoteDeployer in org.codehaus.cargo.container.jetty
 class JettyRemoteDeployer
          A remote deployer for the Jetty container.
 

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

Subclasses of AbstractRemoteDeployer in org.codehaus.cargo.container.tomcat
 class Tomcat4xRemoteDeployer
          A special Tomcat4x manager-based deployer to perform deployment to a remote 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 TomcatManagerInstalledLocalDeployer
          A Tomcat manager-based deployer to perform deployment to a local container.
 

Uses of AbstractRemoteDeployer in org.codehaus.cargo.container.tomcat.internal
 

Subclasses of AbstractRemoteDeployer 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.
 



Copyright © 2004-2012 Codehaus. All Rights Reserved.