|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.cactus.integration.ant.container.AbstractContainer
org.apache.cactus.integration.ant.container.AbstractJavaContainer
org.apache.cactus.integration.ant.container.tomcat.AbstractTomcatContainer
org.apache.cactus.integration.ant.container.tomcat.AbstractCatalinaContainer
org.apache.cactus.integration.ant.container.tomcat.Tomcat4xContainer
Special container support for the Apache Tomcat 4.x servlet container.
Constructor Summary | |
Tomcat4xContainer()
|
Method Summary | |
void |
init()
The default implementation does nothing. |
void |
shutDown()
Subclasses must implement this method to perform the actual task of shutting down the container. |
void |
startUp()
Subclasses must implement this method to perform the actual task of starting up the container. |
Methods inherited from class org.apache.cactus.integration.ant.container.tomcat.AbstractCatalinaContainer |
getName, setTmpDir |
Methods inherited from class org.apache.cactus.integration.ant.container.tomcat.AbstractTomcatContainer |
addConf, getDir, getPort, getServerXml, setDir, setPort, setServerXml |
Methods inherited from class org.apache.cactus.integration.ant.container.AbstractJavaContainer |
setAppend, setOutput |
Methods inherited from class org.apache.cactus.integration.ant.container.AbstractContainer |
createExclude, getExcludePatterns, getToDir, isEnabled, isExcluded, setAntTaskFactory, setDeployableFile, setIf, setLog, setToDir, setUnless |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, log, log, setProject |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Tomcat4xContainer()
Method Detail |
public final void init()
AbstractContainer
init
in interface Container
init
in class AbstractCatalinaContainer
Container.init()
public final void startUp()
Container
Container.startUp()
public final void shutDown()
Container
Container.shutDown()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |