|
Class Summary |
| AutoDeployer |
The AutoDeployer is used to automatically deploy applications or
components thereof. |
| DeployerMBeanSupport |
|
| Deployment |
Represents a J2EE application or module (EJB.jar, Web.war or App.ear). |
| DeploymentNotification |
This notification is sent by the J2eeDeployer MBean to NotificationListener(s)
who have registered with deployer. |
| InstallerFactory |
This class is used by the J2eeDeployer to create, remove or find a particular
Deployment. |
| J2eeApplicationMetaData |
|
| J2eeDeployer |
J2eeDeployer allows to deploy single EJB.jars as well as Web.wars
(if a Servlet Container is present) or even Application.ears. |
| J2eeModuleMetaData |
|
| LegacyInstaller |
A class intended to encapsulate the complex task of making an URL that
points to an J2ee module an installed Deployment. |
| LocalDirInstaller |
An implementation of Installer that only works with unpackaged J2EE
modules as local directories. |
| URLWizzard |
Encapsulates URL bases copy and jar file operations. |
| Util |
Common deployment utility methods. |