Class WebLogicWlstRemoteDeployer
- java.lang.Object
- 
- org.codehaus.cargo.util.log.LoggedObject
- 
- org.codehaus.cargo.container.spi.deployer.AbstractDeployer
- 
- org.codehaus.cargo.container.spi.deployer.AbstractRemoteDeployer
- 
- org.codehaus.cargo.container.weblogic.WebLogicWlstRemoteDeployer
 
 
 
 
- 
 public class WebLogicWlstRemoteDeployer extends AbstractRemoteDeployer Static deployer that manages deployment configuration calling WLST online script.
- 
- 
Constructor SummaryConstructors Constructor Description WebLogicWlstRemoteDeployer(WebLogicRemoteScriptingContainer container)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeploy(Deployable deployable)Deploy aDeployableto the running container and make it available for requests.voidundeploy(Deployable deployable)Undeploy aDeployablefrom the running container.- 
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractRemoteDeployergetContainer, getType
 - 
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractDeployerdeploy, deploy, redeploy, redeploy, redeploy, start, start, stop, stop, undeploy
 - 
Methods inherited from class org.codehaus.cargo.util.log.LoggedObjectgetLogger, setLogger
 
- 
 
- 
- 
- 
Constructor Detail- 
WebLogicWlstRemoteDeployerpublic WebLogicWlstRemoteDeployer(WebLogicRemoteScriptingContainer container) - See Also:
- AbstractRemoteDeployer(RemoteContainer)
 
 
- 
 - 
Method Detail- 
deploypublic void deploy(Deployable deployable) Deploy aDeployableto the running container and make it available for requests. deploys files by sending WLST script to WebLogic server.- Specified by:
- deployin interface- Deployer
- Overrides:
- deployin class- AbstractDeployer
- Parameters:
- deployable- the- Deployableto deploy
- See Also:
- AbstractDeployer.deploy(org.codehaus.cargo.container.deployable.Deployable)
 
 - 
undeploypublic void undeploy(Deployable deployable) Undeploy aDeployablefrom the running container. The service becomes unavailable for requests. undeploys files by sending WLST script to WebLogic server.- Specified by:
- undeployin interface- Deployer
- Overrides:
- undeployin class- AbstractDeployer
- Parameters:
- deployable- the- Deployableto undeploy
- See Also:
- AbstractDeployer.undeploy(org.codehaus.cargo.container.deployable.Deployable)
 
 
- 
 
-