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.
|
getTypegetContainer, getFileHandler, setFileHandlerdeploy, deploypublic GeronimoInstalledLocalDeployer(InstalledLocalContainer container)
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 Deployerdeploy in class AbstractDeployerDeployer.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 Deployerstart in class AbstractDeployerDeployer.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 Deployerstop in class AbstractDeployerDeployer.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 Deployerundeploy in class AbstractDeployerDeployer.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 Deployerredeploy in class AbstractDeployerDeployer.redeploy(org.codehaus.cargo.container.deployable.Deployable)Copyright © 2004-2013 Codehaus. All Rights Reserved.