|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.cargo.util.log.LoggedObject
org.codehaus.cargo.container.spi.deployer.AbstractDeployer
org.codehaus.cargo.container.spi.deployer.AbstractLocalDeployer
org.codehaus.cargo.container.spi.deployer.AbstractInstalledLocalDeployer
org.codehaus.cargo.container.geronimo.GeronimoInstalledLocalDeployer
public class GeronimoInstalledLocalDeployer
A Geronimo deploytool-based deployer to perform deployment to a local container.
| Constructor Summary | |
|---|---|
GeronimoInstalledLocalDeployer(InstalledLocalContainer container)
|
|
| Method Summary | |
|---|---|
void |
deploy(Deployable deployable)
|
void |
distribute(Deployable deployable)
Distribute a deployable to a running or offline Geronimo server. |
protected AntUtils |
getAntUtils()
|
protected InstalledLocalContainer |
getInstalledContainer()
|
void |
redeploy(Deployable deployable)
|
void |
start(Deployable deployable)
|
void |
start(java.lang.String deployableId)
Starts a deployable with the given ID. |
void |
stop(Deployable deployable)
|
void |
stop(java.lang.String deployableId)
Stops a deployable with the given ID. |
void |
undeploy(Deployable deployable)
|
void |
undeploy(java.lang.String deployableId)
Undeploy a deployable with the given ID. |
| Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractInstalledLocalDeployer |
|---|
getType |
| Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractLocalDeployer |
|---|
getContainer, getFileHandler, setFileHandler |
| Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractDeployer |
|---|
deploy, deploy |
| Methods inherited from class org.codehaus.cargo.util.log.LoggedObject |
|---|
getLogger, setLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.codehaus.cargo.util.log.Loggable |
|---|
getLogger, setLogger |
| Constructor Detail |
|---|
public GeronimoInstalledLocalDeployer(InstalledLocalContainer container)
AbstractInstalledLocalDeployer.AbstractInstalledLocalDeployer(org.codehaus.cargo.container.InstalledLocalContainer)| Method Detail |
|---|
protected final 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(java.lang.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(java.lang.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(java.lang.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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||