Package org.glassfish.deployment.common

Interface Summary
DescriptorVisitor This class defines the minimum visitor API each descriptor is required to implement.
SecurityRoleMapper This interface defines the protocol used by the DOL to access the role mapping information of a J2EE application.
SecurityRoleMapperFactory  
 

Class Summary
AnnotationScanner  
ApplicationConfigInfo During redeployment we preserve the application config information, if any, that the administrator has defined for the application.
Artifacts Records information about artifacts (files) that a deployer might need to track.
Artifacts.FullAndPartURIs Represents a file to be tracked (the full URI) and a relative URI to be associated with that file if is to be downloaded (e.g., as a part in a Payload).
ClassDependencyBuilder A class that can answer the following queries WITHOUT loading any classes Given a class C 1.
ClientArtifactsManager Records artifacts generated during deployment that need to be included inside the generated app client JAR so they are accessible on the runtime classpath.
DeploymentContextImpl  
DeploymentProperties This properties are used to transfer information between deployment clients and server
DeploymentUtils Utility methods for deployment.
Descriptor Descriptor is the root class for all objects representing deployment information in J2EE.
DummyApplication A dummy implementation of ApplicationContainer class.
DynamicAttributesDescriptor This class is a value holder for dynamic attributes.
GenericAnnotationDetector This class will detect whether an archive contains specified annotations.
InstalledLibrariesResolver This class resolves the dependencies between optional packages (installed libraries) and also between apps/stand-alone modules that depend on optional packages (installed libraries)
ModuleDescriptor<T extends RootDeploymentDescriptor> This class describes a module information for an applicaiton module
ModuleExploder Simple Module exploder
RootDeploymentDescriptor This descriptor contains all common information amongst root element of the J2EE Deployment Descriptors (application, ejb-jar, web-app, connector...).
SimpleDeployer<T extends Container,U extends ApplicationContainer> Convenient superclass for Deployers which only do prepare and clean up and do not actually load/unload application
 

Exception Summary
DeploymentException  
 



Copyright © 2012. All Rights Reserved.