public class GeronimoInstalledLocalDeployer extends AbstractInstalledLocalDeployer
Constructor and Description |
---|
GeronimoInstalledLocalDeployer(InstalledLocalContainer container) |
Modifier and Type | Method and Description |
---|---|
void |
deploy(Deployable deployable) |
void |
distribute(Deployable deployable)
Distribute a deployable to a running or offline Geronimo server.
|
protected org.codehaus.cargo.util.AntUtils |
getAntUtils() |
protected InstalledLocalContainer |
getInstalledContainer() |
void |
redeploy(Deployable deployable) |
void |
start(Deployable deployable) |
void |
start(String deployableId)
Starts a deployable with the given ID.
|
void |
stop(Deployable deployable) |
void |
stop(String deployableId)
Stops a deployable with the given ID.
|
void |
undeploy(Deployable deployable) |
void |
undeploy(String deployableId)
Undeploy a deployable with the given ID.
|
getType
getContainer, getFileHandler, setFileHandler
deploy, deploy, undeploy
public GeronimoInstalledLocalDeployer(InstalledLocalContainer container)
AbstractInstalledLocalDeployer#AbstractInstalledLocalDeployer(org.codehaus.cargo.container.InstalledLocalContainer)
protected final org.codehaus.cargo.util.AntUtils getAntUtils()
protected InstalledLocalContainer getInstalledContainer()
AbstractLocalDeployer.getContainer()
but more type-safe.public void deploy(Deployable deployable)
deploy
in interface Deployer
deploy
in class AbstractDeployer
Deployer.deploy(org.codehaus.cargo.container.deployable.Deployable)
public void distribute(Deployable deployable)
deployable
- the deployable being installedDeployer.deploy(org.codehaus.cargo.container.deployable.Deployable)
public void start(Deployable deployable)
start
in interface Deployer
start
in class AbstractDeployer
Deployer.start(org.codehaus.cargo.container.deployable.Deployable)
public void start(String deployableId)
deployableId
- the ID of the deployable being startedDeployer.start(org.codehaus.cargo.container.deployable.Deployable)
public void stop(Deployable deployable)
stop
in interface Deployer
stop
in class AbstractDeployer
Deployer.stop(org.codehaus.cargo.container.deployable.Deployable)
public void stop(String deployableId)
deployableId
- the ID of the deployable being stoppedDeployer.stop(org.codehaus.cargo.container.deployable.Deployable)
public void undeploy(Deployable deployable)
undeploy
in interface Deployer
undeploy
in class AbstractDeployer
Deployer.undeploy(org.codehaus.cargo.container.deployable.Deployable)
public void undeploy(String deployableId)
deployableId
- the ID of the deployable being undeployedDeployer.undeploy(org.codehaus.cargo.container.deployable.Deployable)
public void redeploy(Deployable deployable)
redeploy
in interface Deployer
redeploy
in class AbstractDeployer
Deployer.redeploy(org.codehaus.cargo.container.deployable.Deployable)
Copyright © 2004-2013 Codehaus. All Rights Reserved.