|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
Container | Interface for classes that can be used as nested elements in the
<containers> element of the <cactus>
task. |
DeployableFile | Represents a component to deploy in a container. |
Class Summary | |
AbstractContainer | Abstract base class for supporting specific containers as nested elements in
the CactusTask . |
AbstractDeployableFile | Logic common to all deployable implementations (WAR and EAR deployments). |
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. |
EarDeployableFile | Represents an EAR file to deploy in a container. |
EarParser | Parse an EAR descriptor to extract meaninful information for Cactus,
the results being stored in a EarDeployableFile object. |
GenericContainer | A generic container that can be nested in the
CactusTask to support complete
customization of the container lifecycle from a build file. |
WarDeployableFile | Represents a WAR file to deploy in a container. |
WarParser | Parse an WAR descriptor to extract meaninful information for Cactus,
the results being stored in a WarDeployableFile object. |
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.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |