Uses of Package
org.apache.cactus.integration.ant.container

Packages that use org.apache.cactus.integration.ant.container
org.apache.cactus.ant Contains legacy classes that are now deprecated. 
org.apache.cactus.integration.ant Contains the tasks and types provided for integration of Cactus with Ant. 
org.apache.cactus.integration.ant.container Contains classes and interfaces that constitute the support for container startup and shutdown in the Ant integration. 
org.apache.cactus.integration.ant.container.enhydra Contains the support for the Enhydra container. 
org.apache.cactus.integration.ant.container.jboss Contains the support for the JBoss container. 
org.apache.cactus.integration.ant.container.orion Contains the support for the Orion Application Server. 
org.apache.cactus.integration.ant.container.resin Contains the support for the Caucho Resin container. 
org.apache.cactus.integration.ant.container.tomcat Contains the support for the Apache Tomcat container. 
org.apache.cactus.integration.ant.container.weblogic Contains the support for the WebLogic server. 
 

Classes in org.apache.cactus.integration.ant.container used by org.apache.cactus.ant
AbstractServerRun
          Abstract class for starting/stopping an application server.
 

Classes in org.apache.cactus.integration.ant.container used by org.apache.cactus.integration.ant
Container
          Interface for classes that can be used as nested elements in the <containers> element of the <cactus> task.
GenericContainer
          A generic container that can be nested in the CactusTask to support complete customization of the container lifecycle from a build file.
GenericContainer.Hook
          Class that represents the nested 'startup' and 'shutdown' elements.
 

Classes in org.apache.cactus.integration.ant.container used by org.apache.cactus.integration.ant.container
AbstractContainer
          Abstract base class for supporting specific containers as nested elements in the CactusTask.
Container
          Interface for classes that can be used as nested elements in the <containers> element of the <cactus> task.
GenericContainer.Hook
          Class that represents the nested 'startup' and 'shutdown' elements.
 

Classes in org.apache.cactus.integration.ant.container used by org.apache.cactus.integration.ant.container.enhydra
AbstractServerRun
          Abstract class for starting/stopping an application server.
 

Classes in org.apache.cactus.integration.ant.container used by org.apache.cactus.integration.ant.container.jboss
AbstractContainer
          Abstract base class for supporting specific containers as nested elements in the CactusTask.
AbstractJavaContainer
          Abstract base class for containers that perform the starting and stopping of the server by executing Java classes in a forked JVM.
Container
          Interface for classes that can be used as nested elements in the <containers> element of the <cactus> task.
 

Classes in org.apache.cactus.integration.ant.container used by org.apache.cactus.integration.ant.container.orion
AbstractContainer
          Abstract base class for supporting specific containers as nested elements in the CactusTask.
AbstractJavaContainer
          Abstract base class for containers that perform the starting and stopping of the server by executing Java classes in a forked JVM.
Container
          Interface for classes that can be used as nested elements in the <containers> element of the <cactus> task.
 

Classes in org.apache.cactus.integration.ant.container used by org.apache.cactus.integration.ant.container.resin
AbstractContainer
          Abstract base class for supporting specific containers as nested elements in the CactusTask.
AbstractJavaContainer
          Abstract base class for containers that perform the starting and stopping of the server by executing Java classes in a forked JVM.
AbstractServerRun
          Abstract class for starting/stopping an application server.
Container
          Interface for classes that can be used as nested elements in the <containers> element of the <cactus> task.
 

Classes in org.apache.cactus.integration.ant.container used by org.apache.cactus.integration.ant.container.tomcat
AbstractContainer
          Abstract base class for supporting specific containers as nested elements in the CactusTask.
AbstractJavaContainer
          Abstract base class for containers that perform the starting and stopping of the server by executing Java classes in a forked JVM.
Container
          Interface for classes that can be used as nested elements in the <containers> element of the <cactus> task.
 

Classes in org.apache.cactus.integration.ant.container used by org.apache.cactus.integration.ant.container.weblogic
AbstractContainer
          Abstract base class for supporting specific containers as nested elements in the CactusTask.
AbstractJavaContainer
          Abstract base class for containers that perform the starting and stopping of the server by executing Java classes in a forked JVM.
Container
          Interface for classes that can be used as nested elements in the <containers> element of the <cactus> task.
 



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