Class WebLogic8xSwitchableLocalDeployer

  • All Implemented Interfaces:
    org.codehaus.cargo.container.deployer.Deployer, org.codehaus.cargo.util.log.Loggable

    public class WebLogic8xSwitchableLocalDeployer
    extends org.codehaus.cargo.container.spi.deployer.AbstractSwitchableLocalDeployer
    Changes config.xml if the server is down. Otherwise, adds applications to the config directory.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.codehaus.cargo.container.deployer.Deployer getColdDeployer()
      protected org.codehaus.cargo.container.deployer.Deployer getHotDeployer()
      • Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractSwitchableLocalDeployer

        deploy, undeploy
      • 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
      • Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractDeployer

        deploy, deploy, redeploy, redeploy, redeploy, start, start, stop, stop, undeploy
      • Methods inherited from class org.codehaus.cargo.util.log.LoggedObject

        getLogger, setLogger
      • Methods inherited from interface org.codehaus.cargo.util.log.Loggable

        getLogger, setLogger
    • Constructor Detail

      • WebLogic8xSwitchableLocalDeployer

        public WebLogic8xSwitchableLocalDeployer​(org.codehaus.cargo.container.InstalledLocalContainer container)
        Parameters:
        container - container to configure
    • Method Detail

      • getColdDeployer

        protected org.codehaus.cargo.container.deployer.Deployer getColdDeployer()
        Specified by:
        getColdDeployer in class org.codehaus.cargo.container.spi.deployer.AbstractSwitchableLocalDeployer
      • getHotDeployer

        protected org.codehaus.cargo.container.deployer.Deployer getHotDeployer()
        Specified by:
        getHotDeployer in class org.codehaus.cargo.container.spi.deployer.AbstractSwitchableLocalDeployer