public abstract class AbstractWebLogicInstalledLocalContainer extends AbstractInstalledLocalContainer
Constructor and Description |
---|
AbstractWebLogicInstalledLocalContainer(LocalConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
void |
doStart(org.apache.tools.ant.taskdefs.Java java) |
void |
doStop(org.apache.tools.ant.taskdefs.Java java) |
ContainerCapability |
getCapability() |
void |
initBeaHome()
Check the WLS installation directory setting and if the beaHome attribute is not set, guess
it.
|
void |
setBeaHome(String beaHome)
Sets the Bea home directory.
|
addToolsJarToClasspath, getAntUtils, getExtraClasspath, getFileHandler, getHome, getHttpUtils, getJdkUtils, getResourceUtils, getSystemProperties, getType, setExtraClasspath, setFileHandler, setHome, setLogger, setSystemProperties, startInternal, stopInternal, verify
getConfiguration, getOutput, getState, getTimeout, isAppend, setAppend, setConfiguration, setOutput, setState, setTimeout, start, stop, waitForCompletion
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConfiguration, setConfiguration
getOutput, getTimeout, isAppend, setAppend, setOutput, setTimeout, start, stop
public AbstractWebLogicInstalledLocalContainer(LocalConfiguration configuration)
public final void setBeaHome(String beaHome)
beaHome
- The BEA home directorypublic ContainerCapability getCapability()
Container.getCapability()
public final void initBeaHome()
public final void doStart(org.apache.tools.ant.taskdefs.Java java) throws Exception
doStart
in class AbstractInstalledLocalContainer
Exception
AbstractInstalledLocalContainer.doStart(Java)
public final void doStop(org.apache.tools.ant.taskdefs.Java java) throws Exception
doStop
in class AbstractInstalledLocalContainer
Exception
AbstractInstalledLocalContainer.doStop(Java)
Copyright © 2004-2013 Codehaus. All Rights Reserved.