Package org.jboss.deployment

Core deployment framework and services.

See:
          Description

Interface Summary
DefaultDeploymentSorter (src) Comment
Deployer (src) The interface which a deployer must implement.
MainDeployerConstants (src) Constants for MainDeployers
SubDeployer (src) The common interface for sub-deployer components which perform the actual deployment services for application components.
 

Class Summary
ClasspathExtension (src) A service that allows one to add an arbitrary URL to a named LoaderRepository.
ClientDeployer (src) An XMBean resource implementation of a deployer for j2ee application client jars
DeploymentInfo (src) Service Deployment Info .
DeploymentInfoComparator (src) This comparator takes a delegate comparator that can compare URLs, and applies that to DeploymentInfo objects
DeploymentSorter (src) A helper class for sorting deployments.
DeploymentState (src) A type-safe enumeration for the status a DeploymentInfo may be in
EARDeployer (src) Enterprise Archive Deployer.
EARDeployment (src) An EAR Deployment
J2eeApplicationMetaData (src) A representation of the application.xml and jboss-app.xml deployment descriptors.
J2eeModuleMetaData (src) The metadata for an application/module element
JARDeployer (src) This deployer exists to prevent deployment of packages whose deployers are not yet deployed.
MainDeployer (src) The main/primary component for deployment.
NetBootFile (src) Represents a file/directory representation read from a distant HTTP server
NetBootHelper (src) Static helper methods for NetBoot features
SARDeployer (src) This is the main Service Deployer API.
SerializableDeploymentInfo (src) DeploymentInfo for remote access by the DeploymentManager.
SimpleSubDeployerSupport (src) A simple subdeployer that deploys a managed object after parsing the deployment's xml file.
SubDeployerSupport (src) An abstract SubDeployer (src) .
SubDeployerSupport.ClassConfiguration (src) Static configuration properties for this class.
SuffixOrderHelper (src) SuffixOrderHelper.
XSLSubDeployer (src) XSLSubDeployer.java Created: Fri Jul 12 09:54:51 2002
 

Exception Summary
DeploymentException (src) Thrown by a deployer if an application component could not be deployed.
IncompleteDeploymentException (src) IncompleteDeploymentException
 

Package org.jboss.deployment Description

Core deployment framework and services.

Package Specification

Related Documentation

Package Status

Todo