public class GlassFish3xInstalledLocalDeployer extends AbstractGlassFishInstalledLocalDeployer
| Constructor and Description |
|---|
GlassFish3xInstalledLocalDeployer(InstalledLocalContainer localContainer)
Calls parent constructor, which saves the container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deployDatasource(DataSource dataSource)
Deploy a datasource.
|
protected void |
doDeploy(Deployable deployable,
boolean overwrite)
Does the actual deployment.
|
void |
undeploy(Deployable deployable)
Undeploy a
Deployable from the running container. |
addConnectOptions, cutExtension, deploy, getLocalContainer, getType, redeploy, redeploy, start, stopgetContainer, getFileHandlerdeploy, deploy, start, stop, undeploygetLogger, setLoggerpublic GlassFish3xInstalledLocalDeployer(InstalledLocalContainer localContainer)
localContainer - Container.protected void doDeploy(Deployable deployable, boolean overwrite)
doDeploy in class AbstractGlassFishInstalledLocalDeployerdeployable - Deployable to deploy.overwrite - Whether to overwrite.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 deployDatasource(DataSource dataSource)
deployDatasource in class AbstractGlassFishInstalledLocalDeployerdataSource - Datasource to deploy.Copyright © 2004-2013 Codehaus. All Rights Reserved.