org.apache.cactus.integration.ant.container.tomcat
Class Tomcat5xContainer

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.cactus.integration.ant.container.AbstractContainer
          extended byorg.apache.cactus.integration.ant.container.AbstractJavaContainer
              extended byorg.apache.cactus.integration.ant.container.tomcat.AbstractTomcatContainer
                  extended byorg.apache.cactus.integration.ant.container.tomcat.AbstractCatalinaContainer
                      extended byorg.apache.cactus.integration.ant.container.tomcat.Tomcat5xContainer
All Implemented Interfaces:
Container

public class Tomcat5xContainer
extends AbstractCatalinaContainer

Special container support for the Apache Tomcat 5.x servlet container.

Version:
$Id: Tomcat5xContainer.java,v 1.3 2003/06/15 19:01:04 cmlenz Exp $
Author:
Christopher Lenz

Constructor Summary
Tomcat5xContainer()
           
 
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, getStartUpWait, getSystemProperties, getToDir, isEnabled, isExcluded, setAntTaskFactory, setDeployableFile, setIf, setLog, setStartUpWait, setSystemProperties, 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

Tomcat5xContainer

public Tomcat5xContainer()
Method Detail

init

public final void init()
Description copied from class: AbstractContainer
The default implementation does nothing.

Specified by:
init in interface Container
Overrides:
init in class AbstractCatalinaContainer
See Also:
Container.init()

startUp

public final void startUp()
Description copied from interface: Container
Subclasses must implement this method to perform the actual task of starting up the container.

See Also:
Container.startUp()

shutDown

public final void shutDown()
Description copied from interface: Container
Subclasses must implement this method to perform the actual task of shutting down the container.

See Also:
Container.shutDown()


Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.