public class Tomcat4xInstalledLocalContainer extends AbstractCatalinaInstalledLocalContainer
| Constructor and Description |
|---|
Tomcat4xInstalledLocalContainer(LocalConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
doStart(JvmLauncher java)
Implementation of
RunnableContainer.start() that all
containers extending this class must implement. |
String |
getId() |
String |
getName() |
protected void |
invokeContainer(String action,
JvmLauncher java)
Invokes the container bootstrap class to start or stop the container, depending on the value
of the provided argument.
|
addExtraClasspath, doStop, getCapability, getVersionaddExtraClasspath, addMemoryArguments, addRuntimeArgs, addSharedClasspath, addToolsJarToClasspath, createJvmLauncher, forceStopInternal, getAntUtils, getExtraClasspath, getHome, getHttpUtils, getJavaHome, getJdkUtils, getJvmLauncherFactory, getResourceUtils, getSharedClasspath, getSystemProperties, getType, ifPresentAddPathToList, setExtraClasspath, setHome, setJvmLauncherFactory, setJvmToLaunchContainerIn, setLogger, setSharedClasspath, setSystemProperties, startInternal, stopInternal, verifyexecutePostStartTasks, getConfiguration, getFileHandler, getOutput, getState, getTimeout, isAppend, restart, setAppend, setConfiguration, setFileHandler, setOutput, setState, setTimeout, start, stop, waitForCompletiongetLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfiguration, getFileHandler, setConfiguration, setFileHandlergetOutput, getTimeout, isAppend, restart, setAppend, setOutput, setTimeout, start, stoppublic static final String ID
public Tomcat4xInstalledLocalContainer(LocalConfiguration configuration)
public final String getId()
Container.getId()public final String getName()
Container.getName()public void doStart(JvmLauncher java) throws Exception
RunnableContainer.start() that all
containers extending this class must implement.doStart in class AbstractCatalinaInstalledLocalContainerjava - the predefined JVM launcher to use to start the containerException - if any error is raised during the container startAbstractInstalledLocalContainer.doStart(JvmLauncher)protected void invokeContainer(String action, JvmLauncher java) throws Exception
invokeContainer in class AbstractCatalinaInstalledLocalContaineraction - Either 'start' or 'stop'java - the prepared Ant Java command that will be executedException - in case of container invocation errorAbstractCatalinaInstalledLocalContainer.invokeContainer(java.lang.String, org.codehaus.cargo.container.spi.jvm.JvmLauncher)Copyright © 2004-2013 Codehaus. All Rights Reserved.