| Home >> All >> org >> apache >> cactus >> integration >> ant >> [ container Javadoc ] |
org.apache.cactus.integration.ant.container: Javadoc index of package org.apache.cactus.integration.ant.container.
Package Samples:
org.apache.cactus.integration.ant.container.weblogic: Contains classes and interfaces that constitute the support for container startup and shutdown in the Ant integration.
org.apache.cactus.integration.ant.container.enhydra
org.apache.cactus.integration.ant.container.jboss
org.apache.cactus.integration.ant.container.orion
org.apache.cactus.integration.ant.container.resin
org.apache.cactus.integration.ant.container.tomcat
Classes:
AbstractServerRun: Abstract class for starting/stopping an application server. When this application is first called to start the server, a listener socket is set up. Then, we it is later called to stop the server, we connect to the listener socket and tell the server to stop.
GenericContainer: A generic container that can be nested in the org.apache.cactus.integration.ant.CactusTask to support complete customization of the container lifecycle from a build file.
AbstractContainer: Abstract base class for supporting specific containers as nested elements in the org.apache.cactus.integration.ant.CactusTask .
MockContainer: Mock implementation of the Container interface.
TestAbstractContainer: Unit tests for AbstractContainer .
TestResin3xTask: Unit tests for Resin3xTask .
TestContainerRunner: Unit tests for ContainerRunner .
Container: Interface for classes that can be used as nested elements in the <containers> element of the <cactus> task.
WebLogic7xContainer: Special container support for the Bea WebLogic 7.x application server. TODO: this doesn't work for me on JDK 1.3.1 and WL 7.0 SP2
AbstractJavaContainer: Abstract base class for containers that perform the starting and stopping of the server by executing Java classes in a forked JVM.
ContainerWrapper: Class that wraps around an implementation of the Container interface and delegates all calls to the wrapped instance.
ContainerRunner: Support class that handles the lifecycle of a container, which basically consists of startup and shutdown.
MockHttpServer: A very simple HTTP server that binds to a port and responds to all requests with a predefined response.
ResinRun: Starts/stop Resin by setting up a listener socket. Supports Resin 2.0.x, 2.1.x and 3.x.
Tomcat3xContainer: Special container support for the Apache Tomcat 3.x servlet container.
Tomcat4xContainer: Special container support for the Apache Tomcat 4.x servlet container.
Tomcat5xContainer: Special container support for the Apache Tomcat 5.x servlet container.
Resin2xContainer: Special container support for the Caucho Resin 2.x servlet container.
Resin3xContainer: Special container support for the Caucho Resin 3.x servlet container.
Orion1xContainer: Special container support for the Orin 1.x application server.
Orion2xContainer: Special container support for the Orin 2.x application server.
JBoss3xContainer: Special container support for the JBoss application server.
TestAll: Run all the unit tests for the container support classes.
EnhydraRun: Starts/stop Enhydra by setting up a listener socket.
| Home | Contact Us | Privacy Policy | Terms of Service |