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

Contains classes and interfaces that constitute the support for container startup and shutdown in the Ant integration.

See:
          Description

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 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 CactusTask to support complete customization of the container lifecycle from a build file.
 

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

Contains classes and interfaces that constitute the support for container startup and shutdown in the Ant integration.

WARNING
The classes and interfaces in this package are not intended for use by API clients. They may be altered in backwards-incompatible ways and even moved or removed at any time without further notice.



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