Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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

Interface Summary
Container Interface for classes that can be used as nested elements in the <containers> element of the <cactus> task.
 

Class Summary
AbstractContainer Abstract base class for supporting specific containers as nested elements in the org.apache.cactus.integration.ant.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.
ContainerFactory Factory for container support classes.
ContainerRunner Support class that handles the lifecycle of a container, which basically consists of startup and shutdown.
ContainerWrapper Class that wraps around an implementation of the Container interface and delegates all calls to the wrapped instance.
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.
MockContainer Mock implementation of the Container interface.
MockHttpServer A very simple HTTP server that binds to a port and responds to all requests with a predefined response.
TestAbstractContainer Unit tests for AbstractContainer.
TestAll Run all the unit tests for the container support classes.
TestContainerRunner Unit tests for ContainerRunner.