Class JBoss51x6xRemoteDeployer
- java.lang.Object
-
- org.codehaus.cargo.util.log.LoggedObject
-
- org.codehaus.cargo.container.spi.deployer.AbstractDeployer
-
- org.codehaus.cargo.container.spi.deployer.AbstractRemoteDeployer
-
- org.codehaus.cargo.container.jboss.JBoss5xRemoteDeployer
-
- org.codehaus.cargo.container.jboss.JBoss51x6xRemoteDeployer
-
public class JBoss51x6xRemoteDeployer extends JBoss5xRemoteDeployer
Remote deployer that uses the Profile Service to deploy to JBoss.
-
-
Constructor Summary
Constructors Constructor Description JBoss51x6xRemoteDeployer(RemoteContainer container)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getJBossRemoteDeployerJarName()
-
Methods inherited from class org.codehaus.cargo.container.jboss.JBoss5xRemoteDeployer
deploy, getJBossConnectorClassName, undeploy
-
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractRemoteDeployer
getContainer, getType
-
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractDeployer
deploy, deploy, redeploy, redeploy, redeploy, start, start, stop, stop, undeploy
-
Methods inherited from class org.codehaus.cargo.util.log.LoggedObject
getLogger, setLogger
-
-
-
-
Constructor Detail
-
JBoss51x6xRemoteDeployer
public JBoss51x6xRemoteDeployer(RemoteContainer container)
- Parameters:
container
- the container containing the configuration to use to find the deployer properties such as url, user name and password to use to connect to the deployer
-
-
Method Detail
-
getJBossRemoteDeployerJarName
protected String getJBossRemoteDeployerJarName()
- Overrides:
getJBossRemoteDeployerJarName
in classJBoss5xRemoteDeployer
- Returns:
- The JAR name to load for the JBoss remote deployer.
-
-