|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.cargo.util.log.LoggedObject
org.codehaus.cargo.container.spi.AbstractContainer
org.codehaus.cargo.container.spi.AbstractLocalContainer
org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
org.codehaus.cargo.container.tomcat.internal.AbstractTomcatInstalledLocalContainer
org.codehaus.cargo.container.tomcat.Tomcat3xInstalledLocalContainer
public class Tomcat3xInstalledLocalContainer
Special container support for the Apache Tomcat 3.x servlet container.
| Field Summary | |
|---|---|
static java.lang.String |
ID
Unique container id. |
| Constructor Summary | |
|---|---|
Tomcat3xInstalledLocalContainer(org.codehaus.cargo.container.configuration.LocalConfiguration configuration)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getId()
|
java.lang.String |
getName()
|
protected void |
invokeContainer(java.lang.String action,
org.apache.tools.ant.taskdefs.Java java)
Invokes the container bootstrap class to start or stop the container, depending on the value of the provided argument. |
| Methods inherited from class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatInstalledLocalContainer |
|---|
doStart, doStop, getCapability |
| Methods inherited from class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer |
|---|
addToolsJarToClasspath, getAntUtils, getExtraClasspath, getFileHandler, getHome, getHttpUtils, getJdkUtils, getResourceUtils, getSystemProperties, getType, setExtraClasspath, setFileHandler, setHome, setLogger, setSystemProperties, startInternal, stopInternal, verify |
| Methods inherited from class org.codehaus.cargo.container.spi.AbstractLocalContainer |
|---|
getConfiguration, getOutput, getState, getTimeout, isAppend, setAppend, setConfiguration, setOutput, setState, setTimeout, start, stop, waitForCompletion |
| Methods inherited from class org.codehaus.cargo.util.log.LoggedObject |
|---|
getLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.codehaus.cargo.container.LocalContainer |
|---|
getConfiguration, setConfiguration |
| Methods inherited from interface org.codehaus.cargo.container.Container |
|---|
getState |
| Methods inherited from interface org.codehaus.cargo.util.log.Loggable |
|---|
getLogger |
| Methods inherited from interface org.codehaus.cargo.container.internal.RunnableContainer |
|---|
getOutput, getTimeout, isAppend, setAppend, setOutput, setTimeout, start, stop |
| Field Detail |
|---|
public static final java.lang.String ID
| Constructor Detail |
|---|
public Tomcat3xInstalledLocalContainer(org.codehaus.cargo.container.configuration.LocalConfiguration configuration)
AbstractTomcatInstalledLocalContainer#AbstractInstalledLocalContainer(org.codehaus.cargo.container.configuration.LocalConfiguration)| Method Detail |
|---|
public final java.lang.String getName()
Container.getName()public final java.lang.String getId()
Container.getId()
protected void invokeContainer(java.lang.String action,
org.apache.tools.ant.taskdefs.Java java)
throws java.lang.Exception
invokeContainer in class AbstractTomcatInstalledLocalContaineraction - Either 'start' or 'stop'java - the prepared Ant Java command that will be executed
java.lang.Exception - in case of container invocation errorAbstractTomcatInstalledLocalContainer.invokeContainer(String, Java)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||