All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AbstractArchiveHandler |
Common methods for ArchiveHandler implementations
|
| AbstractReadableArchive |
Common methods for ReadableArchive implementations
|
| AnnotationScanner |
|
| ApplicationConfigInfo |
During redeployment we preserve the application config information, if any,
that the administrator has defined for the application.
|
| ArchiveFactory |
This implementation of the ArchiveFactory interface
is capable of creating the right abstraction of the Archive
interface depending on the protocol used in the URL.
|
| 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).
|
| ASClassLoaderUtil |
|
| 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.
|
| ClientJarWriter |
Writes a client JAR file, if one is needed, suitable for downloading.
|
| DeploymentContextImpl |
|
| DeploymentException |
|
| DeploymentLifecycleProbeProvider |
Provider interface for deployment lifecycle related probe events.
|
| DeploymentLifecycleStatsProvider |
Provider statistics for deployment lifecycle
|
| DeploymentPlanArchive |
This Archive offers an abstraction for jsr88
deployment plan as defined for the SJES Application
Server.
|
| 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.
|
| DescriptorVisitor |
This class defines the minimum visitor API each descriptor
is required to implement.
|
| DummyApplication |
A dummy implementation of ApplicationContainer class.
|
| DynamicAttributesDescriptor |
This class is a value holder for dynamic attributes.
|
| FileArchive |
This implementation of the Archive interface maps to a directory/file
structure.
|
| FileArchive.StaleFileManager |
API which FileArchive methods should use for dealing with the StaleFileManager
implementation.
|
| FileArchive.StaleFileManager.Util |
|
| GenericAnnotationDetector |
This class will detect whether an archive contains specified annotations.
|
| InputJarArchive |
This implementation of the Archive deal with reading
jar files either from a JarFile or from a JarInputStream
|
| 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)
|
| JarArchive |
This abstract class contains all common implementation of the
Archive/WritableArchive interfaces for Jar files
|
| JavaEEResourceType |
Created with IntelliJ IDEA.
|
| MemoryMappedArchive |
|
| ModuleDescriptor<T extends RootDeploymentDescriptor> |
This class describes a module information for an applicaiton module
|
| ModuleExploder |
Simple Module exploder
|
| MultiReadableArchive |
Implements ReadableArchive based on multiple underlying ReadableArchives,
each of which will be processed in order when looking up entries, finding
the manifest, etc.
|
| OutputJarArchive |
Provides an implementation of the Archive that maps to
a Jar file @see java.util.jar.JarFile
|
| RootDeploymentDescriptor |
This descriptor contains all common information amongst root element
of the J2EE Deployment Descriptors (application, ejb-jar, web-app,
connector...).
|
| SecurityRoleMapper |
This interface defines the protocol used by the DOL to access the role
mapping information of a J2EE application.
|
| SecurityRoleMapperFactory |
|
| SimpleDeployer<T extends org.glassfish.api.container.Container,U extends org.glassfish.api.deployment.ApplicationContainer> |
Convenient superclass for Deployers which only do prepare and
clean up and do not actually load/unload application
|
| Util |
Utility logic.
|
| VersioningException |
This class is an exception used when application name that complies
with versioning incorporates critical pattern.
|
| VersioningService |
This service provides methods to handle application names
in the versioning context
|
| VersioningSyntaxException |
This class is an exception used when application name that complies
with versioning incorporates critical pattern.
|
| VersioningUtils |
This class provides utility methods to handle application names
in the versioning context
|
| VersioningWildcardException |
This class is an exception used when application name that complies
with versioning incorporates critical pattern.
|