|
||||||||||
| 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)
Deploy a Deployable to the running container and make it available for requests. |
void |
distribute(Deployable deployable)
Distribute a deployable to a running or offline Geronimo server. |
protected AntUtils |
getAntUtils()
|
protected InstalledLocalContainer |
getInstalledContainer()
|
void |
redeploy(Deployable deployable)
Redeploy a Deployable already deployed to the running container. |
void |
start(Deployable deployable)
Starts a Deployable that is already deployed in the running container but that is
not servicing requests. |
void |
start(String deployableId)
Starts a deployable with the given ID. |
void |
stop(Deployable deployable)
Stop a Deployable that is already deployed in the running container in order to
prevent it from servicing requests. |
void |
stop(String deployableId)
Stops a deployable with the given ID. |
void |
undeploy(Deployable deployable)
Undeploy a Deployable from the running container. |
void |
undeploy(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, undeploy |
| 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)
Deployable to the running container and make it available for requests.
deploy in interface Deployerdeploy in class AbstractDeployerdeployable - the Deployable to deployDeployer.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)
Deployable that is already deployed in the running container but that is
not servicing requests.
start in interface Deployerstart in class AbstractDeployerdeployable - the Deployable to startDeployer.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)
Deployable that is already deployed in the running container in order to
prevent it from servicing requests.
stop in interface Deployerstop in class AbstractDeployerdeployable - the Deployable to stopDeployer.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)
Deployable from the running container. The service becomes unavailable
for requests.
undeploy in interface Deployerundeploy in class AbstractDeployerdeployable - the Deployable to undeployDeployer.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 a Deployable already deployed to the running container. The service
becomes available for requests.
Note that this method will be unsupported by the Deployers based on the
AbstractCopyingInstalledLocalDeployer.
redeploy in interface Deployerredeploy in class AbstractDeployerdeployable - the Deployable to redeployDeployer.redeploy(org.codehaus.cargo.container.deployable.Deployable)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||