Class WebLogic9xInstalledLocalContainer

  • All Implemented Interfaces:
    org.codehaus.cargo.container.Container, org.codehaus.cargo.container.InstalledLocalContainer, org.codehaus.cargo.container.internal.RunnableContainer, org.codehaus.cargo.container.internal.SpawnedContainer, org.codehaus.cargo.container.LocalContainer, WebLogicLocalContainer, org.codehaus.cargo.util.log.Loggable

    public class WebLogic9xInstalledLocalContainer
    extends AbstractWebLogicInstalledLocalContainer
    Special container support for the Bea WebLogic 9.x application server. Author: 20060918 - Martin Zeltner (MZE)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String ID
      Unique container id.
    • Constructor Summary

      Constructors 
      Constructor Description
      WebLogic9xInstalledLocalContainer​(org.codehaus.cargo.container.configuration.LocalConfiguration configuration)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getAutoDeployDirectory()
      When valid deployment files are written to auto-deploy directory, WebLogic will deploy and start them automatically.
      String getId()
      String getName()
      • Methods inherited from class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer

        addExtraClasspath, addExtraClasspath, addMemoryArguments, addRuntimeArgs, addSharedClasspath, addToolsJarToClasspath, createJvmLauncher, forceStopInternal, getAntUtils, getExtraClasspath, getHome, getHttpUtils, getJavaHome, getJvmLauncherFactory, getResourceUtils, getSharedClasspath, getSystemProperties, getType, ifPresentAddPathToList, setExtraClasspath, setHome, setJvmLauncherFactory, setJvmToLaunchContainerIn, setLogger, setSharedClasspath, setSystemProperties, startInternal, stopInternal
      • Methods inherited from class org.codehaus.cargo.container.spi.AbstractLocalContainer

        getConfiguration, getFileHandler, getOutput, getState, getTimeout, isAppend, restart, setAppend, setConfiguration, setFileHandler, setOutput, setState, setTimeout, start, stop, waitForCompletion, waitForPortShutdown, waitForStarting
      • Methods inherited from class org.codehaus.cargo.util.log.LoggedObject

        getLogger
      • Methods inherited from interface org.codehaus.cargo.container.Container

        getState, getType
      • Methods inherited from interface org.codehaus.cargo.container.LocalContainer

        getConfiguration, getFileHandler, setConfiguration, setFileHandler
      • Methods inherited from interface org.codehaus.cargo.util.log.Loggable

        getLogger, setLogger
      • Methods inherited from interface org.codehaus.cargo.container.internal.RunnableContainer

        getOutput, getTimeout, isAppend, restart, setAppend, setOutput, setTimeout, start, stop