A C D E F G H I J K L M N O P R S T U V W _

A

AbstractArchiveHandler - Class in com.sun.enterprise.deploy.shared
Common methods for ArchiveHandler implementations
AbstractArchiveHandler() - Constructor for class com.sun.enterprise.deploy.shared.AbstractArchiveHandler
 
AbstractReadableArchive - Class in com.sun.enterprise.deploy.shared
Common methods for ReadableArchive implementations
AbstractReadableArchive() - Constructor for class com.sun.enterprise.deploy.shared.AbstractReadableArchive
 
add(URI, URI) - Method in class org.glassfish.deployment.common.ClientArtifactsManager
Adds a new artifact to the collection of artifacts to be included in the client facade JAR file so they can be delivered to the client during a download.
add(File, File) - Method in class org.glassfish.deployment.common.ClientArtifactsManager
Adds a new artifact to the collection of artifacts to be added to the client facade JAR file so they can be delivered to the client during a download.
addAll(File, Collection<File>) - Method in class org.glassfish.deployment.common.ClientArtifactsManager
Adds all artifacts in Collection to those to be added to the client facade JAR.
addArtifact(URI, URI) - Method in class org.glassfish.deployment.common.Artifacts
Adds an artifact.
addArtifact(URI, String) - Method in class org.glassfish.deployment.common.Artifacts
Adds an artifact.
addArtifacts(Collection<Artifacts.FullAndPartURIs>) - Method in class org.glassfish.deployment.common.Artifacts
Adds multiple artifacts at once.
addEntry(String) - Method in class com.sun.enterprise.deployment.deploy.shared.InputJarArchive
 
addModuleMetaData(Object) - Method in class org.glassfish.deployment.common.DeploymentContextImpl
 
addTransformer(ClassFileTransformer) - Method in class org.glassfish.deployment.common.DeploymentContextImpl
Add a new ClassFileTransformer to the context
addTransientAppMetaData(String, Object) - Method in class org.glassfish.deployment.common.DeploymentContextImpl
 
AnnotationScanner - Class in org.glassfish.deployment.common
 
AnnotationScanner() - Constructor for class org.glassfish.deployment.common.AnnotationScanner
 
APP_CONFIG - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
APP_PROPS - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
ApplicationConfigInfo - Class in org.glassfish.deployment.common
During redeployment we preserve the application config information, if any, that the administrator has defined for the application.
ApplicationConfigInfo() - Constructor for class org.glassfish.deployment.common.ApplicationConfigInfo
 
ApplicationConfigInfo(Properties) - Constructor for class org.glassfish.deployment.common.ApplicationConfigInfo
 
ApplicationConfigInfo(Application) - Constructor for class org.glassfish.deployment.common.ApplicationConfigInfo
 
applicationDeployedEvent(String, String, String) - Method in class org.glassfish.deployment.monitor.DeploymentLifecycleProbeProvider
 
applicationDeployedEvent(String, String, String) - Method in class org.glassfish.deployment.monitor.DeploymentLifecycleStatsProvider
 
applicationUndeployedEvent(String, String) - Method in class org.glassfish.deployment.monitor.DeploymentLifecycleProbeProvider
Emits probe event that the application with the given appName and appType has been undeployed.
applicationUndeployedEvent(String, String) - Method in class org.glassfish.deployment.monitor.DeploymentLifecycleStatsProvider
 
ARCHIVE_NAME - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
ArchiveFactory - Class in com.sun.enterprise.deploy.shared
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.
ArchiveFactory() - Constructor for class com.sun.enterprise.deploy.shared.ArchiveFactory
 
Artifacts - Class in org.glassfish.deployment.common
Records information about artifacts (files) that a deployer might need to track.
artifacts() - Method in class org.glassfish.deployment.common.ClientArtifactsManager
Returns the set (in unmodifiable form) of FullAndPartURIs for the accumulated artifacts.
Artifacts.FullAndPartURIs - Class in org.glassfish.deployment.common
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).
Artifacts.FullAndPartURIs(URI, URI) - Constructor for class org.glassfish.deployment.common.Artifacts.FullAndPartURIs
 
Artifacts.FullAndPartURIs(URI, String) - Constructor for class org.glassfish.deployment.common.Artifacts.FullAndPartURIs
 
ASClassLoaderUtil - Class in org.glassfish.loader.util
 
ASClassLoaderUtil() - Constructor for class org.glassfish.loader.util.ASClassLoaderUtil
 
AVAILABILITY_ENABLED - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 

C

CASCADE - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
checkIdentifier(String) - Static method in class org.glassfish.deployment.versioning.VersioningUtils
Check a versionned application name.
checksum(File) - Static method in class org.glassfish.deployment.common.DeploymentUtils
Computes the checksum of the URIs of files contained in a directory.
ClassDependencyBuilder - Class in org.glassfish.deployment.common
A class that can answer the following queries WITHOUT loading any classes Given a class C 1.
ClassDependencyBuilder() - Constructor for class org.glassfish.deployment.common.ClassDependencyBuilder
 
className - Variable in class org.glassfish.deployment.common.AnnotationScanner
 
clean() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
 
clean(DeploymentContext) - Method in class org.glassfish.deployment.common.SimpleDeployer
Clean any files and artifacts that were created during the execution of the prepare method.
cleanArtifacts(DeploymentContext) - Method in class org.glassfish.deployment.common.SimpleDeployer
 
clearArtifacts() - Method in class org.glassfish.deployment.common.Artifacts
Clears the URI pairs recorded in this Artifacts object.
ClientArtifactsManager - Class in org.glassfish.deployment.common
Records artifacts generated during deployment that need to be included inside the generated app client JAR so they are accessible on the runtime classpath.
ClientArtifactsManager() - Constructor for class org.glassfish.deployment.common.ClientArtifactsManager
 
CLIENTJARREQUESTED - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
close() - Method in class com.sun.enterprise.deploy.shared.FileArchive
close the abstract archive
close() - Method in class com.sun.enterprise.deployment.deploy.shared.DeploymentPlanArchive
Closes the current jar file
close() - Method in class com.sun.enterprise.deployment.deploy.shared.InputJarArchive
close the abstract archive
close() - Method in class com.sun.enterprise.deployment.deploy.shared.MemoryMappedArchive
close the abstract archive
close() - Method in class com.sun.enterprise.deployment.deploy.shared.MultiReadableArchive
 
close() - Method in class com.sun.enterprise.deployment.deploy.shared.OutputJarArchive
close the abstract archive
closeEntry(WritableArchive) - Method in class com.sun.enterprise.deploy.shared.FileArchive
Close a previously returned sub archive
closeEntry() - Method in class com.sun.enterprise.deploy.shared.FileArchive
Closes the current entry
closeEntry() - Method in class com.sun.enterprise.deployment.deploy.shared.DeploymentPlanArchive
Closes the output jar file entry
closeEntry(ReadableArchive) - Method in class com.sun.enterprise.deployment.deploy.shared.DeploymentPlanArchive
Closes the output sub archive entry
closeEntry(WritableArchive) - Method in class com.sun.enterprise.deployment.deploy.shared.OutputJarArchive
Close a previously returned sub archive
closeEntry() - Method in class com.sun.enterprise.deployment.deploy.shared.OutputJarArchive
closes the current entry
com.sun.enterprise.deploy.jar - package com.sun.enterprise.deploy.jar
 
com.sun.enterprise.deploy.shared - package com.sun.enterprise.deploy.shared
 
com.sun.enterprise.deployment.deploy.shared - package com.sun.enterprise.deployment.deploy.shared
 
COMPATIBILITY - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
computeResult(String) - Method in class org.glassfish.deployment.common.ClassDependencyBuilder
 
contains(URI, URI) - Method in class org.glassfish.deployment.common.ClientArtifactsManager
 
contains(File, File) - Method in class org.glassfish.deployment.common.ClientArtifactsManager
 
CONTEXT_ROOT - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
convertURLListToArray(List<URL>) - Static method in class org.glassfish.loader.util.ASClassLoaderUtil
 
create(URI) - Method in class com.sun.enterprise.deploy.shared.FileArchive
creates a new abstract archive with the given path
create(URI) - Method in class com.sun.enterprise.deployment.deploy.shared.InputJarArchive
creates a new abstract archive with the given path
create(URI) - Method in class com.sun.enterprise.deployment.deploy.shared.OutputJarArchive
creates a new abstract archive with the given path
createApplicationClassLoader(ClassLoaderHierarchy, ArchiveHandler) - Method in class org.glassfish.deployment.common.DeploymentContextImpl
 
createArchive(File) - Method in class com.sun.enterprise.deploy.shared.ArchiveFactory
 
createArchive(String, File) - Method in class com.sun.enterprise.deploy.shared.ArchiveFactory
 
createArchive(URI) - Method in class com.sun.enterprise.deploy.shared.ArchiveFactory
Creates a new archivist using the URL as the path.
createArchive(String, URI) - Method in class com.sun.enterprise.deploy.shared.ArchiveFactory
 
createDeploymentClassLoader(ClassLoaderHierarchy, ArchiveHandler) - Method in class org.glassfish.deployment.common.DeploymentContextImpl
 
createSubArchive(String) - Method in class com.sun.enterprise.deploy.shared.FileArchive
create or obtain an embedded archive within this abstraction.
createSubArchive(String) - Method in class com.sun.enterprise.deployment.deploy.shared.OutputJarArchive
 

D

DD_CONTENT - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
DD_PATH - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
DEFAULT_APP_NAME - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
DEFAULT_AVAILABILITY_ENABLED - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
DEFAULT_CASCADE - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
DEFAULT_ENABLED - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
DEFAULT_EXTERNALLY_MANAGED - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
DEFAULT_FORCE - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
DEFAULT_GENERATE_RMI_STUBS - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
DEFAULT_JAVA_WEB_START_ENABLED - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
DEFAULT_PRECOMPILE_JSP - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
DEFAULT_REDEPLOY - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
DEFAULT_RELOAD - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
DEFAULT_UPLOAD - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
DEFAULT_VERIFY - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
DEFAULT_VIRTUAL_SERVERS - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
delete() - Method in class com.sun.enterprise.deploy.shared.FileArchive
delete the archive
delete() - Method in class com.sun.enterprise.deployment.deploy.shared.DeploymentPlanArchive
Deletes the underlying jar file
delete() - Method in class com.sun.enterprise.deployment.deploy.shared.InputJarArchive
deletes the underlying jar file
delete() - Method in class com.sun.enterprise.deployment.deploy.shared.MemoryMappedArchive
delete the archive
delete() - Method in class com.sun.enterprise.deployment.deploy.shared.MultiReadableArchive
 
deleteEntry(String) - Method in class com.sun.enterprise.deploy.shared.FileArchive
delete an entry in the archive
DEPLOY_OPTION_AVAILABILITY_ENABLED_KEY - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
DEPLOY_OPTION_CASCADE_KEY - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
DEPLOY_OPTION_CONTEXT_ROOT_KEY - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
DEPLOY_OPTION_DESCRIPTION_KEY - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
DEPLOY_OPTION_ENABLED_KEY - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
DEPLOY_OPTION_FORCE_KEY - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
DEPLOY_OPTION_GENERATE_RMI_STUBS_KEY - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
DEPLOY_OPTION_JAVA_WEB_START_ENABLED_KEY - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
DEPLOY_OPTION_LIBRARIES_KEY - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
DEPLOY_OPTION_NAME_KEY - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
DEPLOY_OPTION_PRECOMPILE_JSP_KEY - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
DEPLOY_OPTION_VERIFY_KEY - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
DEPLOY_OPTION_VIRTUAL_SERVERS_KEY - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
DEPLOYMENT_PLAN - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
DEPLOYMENT_PROPERTY_JAVA_WEB_START_ENABLED - Static variable in class org.glassfish.deployment.common.DeploymentUtils
 
DeploymentContextImpl - Class in org.glassfish.deployment.common
 
DeploymentContextImpl(Deployment.DeploymentContextBuilder, ServerEnvironment) - Constructor for class org.glassfish.deployment.common.DeploymentContextImpl
Creates a new instance of DeploymentContext
DeploymentContextImpl(ActionReport, Logger, ReadableArchive, OpsParams, ServerEnvironment) - Constructor for class org.glassfish.deployment.common.DeploymentContextImpl
 
DeploymentException - Exception in org.glassfish.deployment.common
 
DeploymentException() - Constructor for exception org.glassfish.deployment.common.DeploymentException
 
DeploymentException(String) - Constructor for exception org.glassfish.deployment.common.DeploymentException
 
DeploymentException(Throwable) - Constructor for exception org.glassfish.deployment.common.DeploymentException
 
DeploymentException(String, Throwable) - Constructor for exception org.glassfish.deployment.common.DeploymentException
 
DeploymentLifecycleProbeProvider - Class in org.glassfish.deployment.monitor
Provider interface for deployment lifecycle related probe events.
DeploymentLifecycleProbeProvider() - Constructor for class org.glassfish.deployment.monitor.DeploymentLifecycleProbeProvider
 
DeploymentLifecycleStatsProvider - Class in org.glassfish.deployment.monitor
Provider statistics for deployment lifecycle
DeploymentLifecycleStatsProvider() - Constructor for class org.glassfish.deployment.monitor.DeploymentLifecycleStatsProvider
 
DeploymentPlanArchive - Class in com.sun.enterprise.deployment.deploy.shared
This Archive offers an abstraction for jsr88 deployment plan as defined for the SJES Application Server.
DeploymentPlanArchive() - Constructor for class com.sun.enterprise.deployment.deploy.shared.DeploymentPlanArchive
Creates a new instance of DeploymentPlanArchive package private
DeploymentProperties - Class in org.glassfish.deployment.common
This properties are used to transfer information between deployment clients and server
DeploymentProperties() - Constructor for class org.glassfish.deployment.common.DeploymentProperties
 
DeploymentProperties(Properties) - Constructor for class org.glassfish.deployment.common.DeploymentProperties
 
DeploymentProperties(Map) - Constructor for class org.glassfish.deployment.common.DeploymentProperties
 
DeploymentUtils - Class in org.glassfish.deployment.common
Utility methods for deployment.
DeploymentUtils() - Constructor for class org.glassfish.deployment.common.DeploymentUtils
 
DESCRIPTION - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
DOMAIN_TARGET_NAME - Static variable in class org.glassfish.deployment.common.DeploymentUtils
 
downloadableArtifacts(DeploymentContext) - Static method in class org.glassfish.deployment.common.DeploymentUtils
Returns the downloadable artifacts object from the specified deployment context, creating it there if it does not already exist.
downloadableArtifacts(Application) - Static method in class org.glassfish.deployment.common.DeploymentUtils
Returns the downloadable artifacts object derived from the properties saved with the specified Application
DROP_TABLES - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
DummyApplication - Class in org.glassfish.deployment.common
A dummy implementation of ApplicationContainer class.
DummyApplication() - Constructor for class org.glassfish.deployment.common.DummyApplication
 

E

ENABLED - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
engineNames(String) - Method in class org.glassfish.deployment.common.ApplicationConfigInfo
 
entries() - Method in class com.sun.enterprise.deploy.shared.FileArchive
 
entries(Enumeration) - Method in class com.sun.enterprise.deploy.shared.FileArchive
 
entries(String) - Method in class com.sun.enterprise.deploy.shared.FileArchive
Returns an enumeration of the module file entries with the specified prefix.
entries() - Method in class com.sun.enterprise.deployment.deploy.shared.DeploymentPlanArchive
 
entries(Enumeration) - Method in class com.sun.enterprise.deployment.deploy.shared.DeploymentPlanArchive
 
entries() - Method in class com.sun.enterprise.deployment.deploy.shared.InputJarArchive
 
entries(Enumeration) - Method in class com.sun.enterprise.deployment.deploy.shared.InputJarArchive
 
entries(String) - Method in class com.sun.enterprise.deployment.deploy.shared.JarArchive
Returns an enumeration of the module file entries with the specified prefix.
entries() - Method in class com.sun.enterprise.deployment.deploy.shared.MemoryMappedArchive
 
entries(Enumeration) - Method in class com.sun.enterprise.deployment.deploy.shared.MemoryMappedArchive
 
entries() - Method in class com.sun.enterprise.deployment.deploy.shared.MultiReadableArchive
 
entries(String) - Method in class com.sun.enterprise.deployment.deploy.shared.MultiReadableArchive
 
entries() - Method in class com.sun.enterprise.deployment.deploy.shared.OutputJarArchive
 
entries(Enumeration) - Method in class com.sun.enterprise.deployment.deploy.shared.OutputJarArchive
 
equals(Object) - Method in class org.glassfish.deployment.common.Artifacts.FullAndPartURIs
 
exists() - Method in class com.sun.enterprise.deploy.shared.FileArchive
 
exists(String) - Method in class com.sun.enterprise.deploy.shared.FileArchive
Returns the existence of the given entry name The file name must be relative to the root of the module.
exists() - Method in class com.sun.enterprise.deployment.deploy.shared.DeploymentPlanArchive
 
exists(String) - Method in class com.sun.enterprise.deployment.deploy.shared.DeploymentPlanArchive
Returns the existence of the given entry name The file name must be relative to the root of the module.
exists(String) - Method in class com.sun.enterprise.deployment.deploy.shared.InputJarArchive
Returns the existence of the given entry name The file name must be relative to the root of the module.
exists() - Method in class com.sun.enterprise.deployment.deploy.shared.InputJarArchive
 
exists(String) - Method in class com.sun.enterprise.deployment.deploy.shared.JarArchive
Returns the existence of the given entry name The file name must be relative to the root of the module.
exists() - Method in class com.sun.enterprise.deployment.deploy.shared.MemoryMappedArchive
 
exists(String) - Method in class com.sun.enterprise.deployment.deploy.shared.MemoryMappedArchive
Returns the existence of the given entry name The file name must be relative to the root of the module.
exists(String) - Method in class com.sun.enterprise.deployment.deploy.shared.MultiReadableArchive
 
exists() - Method in class com.sun.enterprise.deployment.deploy.shared.MultiReadableArchive
 
explodeJar(File, File) - Static method in class org.glassfish.deployment.common.ModuleExploder
 
explodeModule(Archive, File, boolean) - Static method in class org.glassfish.deployment.common.ModuleExploder
 
EXPRESSION_SEPARATOR - Static variable in class org.glassfish.deployment.versioning.VersioningUtils
 
EXPRESSION_WILDCARD - Static variable in class org.glassfish.deployment.versioning.VersioningUtils
 
EXTERNALLY_MANAGED - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
extraData - Variable in class com.sun.enterprise.deploy.shared.AbstractReadableArchive
 
extraData - Variable in class com.sun.enterprise.deployment.deploy.shared.JarArchive
 

F

FileArchive - Class in com.sun.enterprise.deploy.shared
This implementation of the Archive interface maps to a directory/file structure.
FileArchive() - Constructor for class com.sun.enterprise.deploy.shared.FileArchive
 
FileArchive.StaleFileManager - Interface in com.sun.enterprise.deploy.shared
API which FileArchive methods should use for dealing with the StaleFileManager implementation.
FileArchive.StaleFileManager.Util - Class in com.sun.enterprise.deploy.shared
 
FileArchive.StaleFileManager.Util() - Constructor for class com.sun.enterprise.deploy.shared.FileArchive.StaleFileManager.Util
 
flush() - Method in interface com.sun.enterprise.deploy.shared.FileArchive.StaleFileManager
 
FORCE - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 

G

GENERATE_RMI_STUBS - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
generateArtifacts(DeploymentContext) - Method in class org.glassfish.deployment.common.SimpleDeployer
 
generatedArtifacts(DeploymentContext) - Static method in class org.glassfish.deployment.common.DeploymentUtils
Returns the generated artifacts object from the specified deployment context, creating it there if it does not already exist.
generatedArtifacts(Application) - Static method in class org.glassfish.deployment.common.DeploymentUtils
Returns the generated artifacts object derived from the properties saved with the specified Application
GenericAnnotationDetector - Class in org.glassfish.deployment.common
This class will detect whether an archive contains specified annotations.
GenericAnnotationDetector(Class[]) - Constructor for class org.glassfish.deployment.common.GenericAnnotationDetector
 
get(String, String) - Method in class org.glassfish.deployment.common.ApplicationConfigInfo
 
get(DeploymentContext, String) - Static method in class org.glassfish.deployment.common.Artifacts
Returns the Artifacts object from the deployment context with the sepcified key prefix, creating a new one and storing it in the DC if no matching Artifacts object already exists.
get(Properties, String) - Static method in class org.glassfish.deployment.common.Artifacts
Gets the artifacts matching the key prefix from the application properties of the specified application.
get(DeploymentContext) - Static method in class org.glassfish.deployment.common.ClientArtifactsManager
Retreives the client artifacts store from the provided deployment context, creating one and storing it back into the DC if none is there yet.
getActionReport() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
Gets the action report for this context
getActiveApplicationsDeployed() - Method in class org.glassfish.deployment.monitor.DeploymentLifecycleStatsProvider
 
getAppInternalDir() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
 
getAppLibDirLibraries(File, String, String) - Static method in class org.glassfish.loader.util.ASClassLoaderUtil
add all the libraries packaged in the application library directory
getAppLibDirLibrariesAsList(File, String, String) - Static method in class org.glassfish.loader.util.ASClassLoaderUtil
 
getAppLibs() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
 
getApplicationsInfo() - Method in class org.glassfish.deployment.monitor.DeploymentLifecycleStatsProvider
 
getAppProps() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
Returns the application level properties that will be persisted as a key value pair at then end of deployment.
getArchiveHandler() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
 
getArchiveName() - Method in class org.glassfish.deployment.common.DeploymentProperties
 
getArchiveSize() - Method in class com.sun.enterprise.deploy.shared.FileArchive
Get the size of the archive
getArchiveSize() - Method in class com.sun.enterprise.deployment.deploy.shared.DeploymentPlanArchive
Get the size of the archive
getArchiveSize() - Method in class com.sun.enterprise.deployment.deploy.shared.InputJarArchive
Get the size of the archive
getArchiveSize() - Method in class com.sun.enterprise.deployment.deploy.shared.MemoryMappedArchive
Get the size of the archive
getArchiveSize() - Method in class com.sun.enterprise.deployment.deploy.shared.MultiReadableArchive
 
getArchiveSize() - Method in class com.sun.enterprise.deployment.deploy.shared.OutputJarArchive
Get the size of the archive
getArchiveType() - Method in class com.sun.enterprise.deploy.jar.JarHandler
 
getArtifacts() - Method in class org.glassfish.deployment.common.Artifacts
Returns the URI pairs tracked by this Artifacts object.
getAvailabilityEnabled() - Method in class org.glassfish.deployment.common.DeploymentProperties
 
getByteArray() - Method in class com.sun.enterprise.deployment.deploy.shared.MemoryMappedArchive
 
getCascade() - Method in class org.glassfish.deployment.common.DeploymentProperties
 
getClassLoader(ClassLoader, DeploymentContext) - Method in class com.sun.enterprise.deploy.jar.JarHandler
 
getClassLoader() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
Returns the class loader associated to this deployment request.
getClassLoader(boolean) - Method in class org.glassfish.deployment.common.DeploymentContextImpl
 
getClassLoader() - Method in class org.glassfish.deployment.common.DummyApplication
Returns the class loader associated with this application
getCommandParameters(Class<U>) - Method in class org.glassfish.deployment.common.DeploymentContextImpl
 
getContextRoot() - Method in class org.glassfish.deployment.common.DeploymentProperties
 
getDefaultContextRoot(String) - Method in class org.glassfish.deployment.common.DeploymentProperties
 
getDefaultEEName(String) - Static method in class org.glassfish.deployment.common.DeploymentUtils
 
getDeployParamLibrariesAsURLs(String, ServerEnvironment) - Static method in class org.glassfish.loader.util.ASClassLoaderUtil
converts libraries specified via the --libraries deployment option to URL[].
getDescription() - Method in class org.glassfish.deployment.common.DeploymentProperties
 
getDescriptor() - Method in class org.glassfish.deployment.common.DummyApplication
Returns the deployment descriptor associated with this application
getDirectories() - Method in class com.sun.enterprise.deploy.shared.FileArchive
Returns the enumeration of first level directories in this archive
getDirectories() - Method in class com.sun.enterprise.deployment.deploy.shared.DeploymentPlanArchive
 
getDirectories() - Method in class com.sun.enterprise.deployment.deploy.shared.InputJarArchive
Returns the collection of first level directories in this archive.
getDirectories() - Method in class com.sun.enterprise.deployment.deploy.shared.MemoryMappedArchive
 
getDirectories() - Method in class com.sun.enterprise.deployment.deploy.shared.MultiReadableArchive
 
getDirectories() - Method in class com.sun.enterprise.deployment.deploy.shared.OutputJarArchive
 
getEmbeddedModulePath(String, String) - Static method in class org.glassfish.deployment.common.DeploymentUtils
This method returns the file path of an embedded module.
getEnabled() - Method in class org.glassfish.deployment.common.DeploymentProperties
 
getEnabledVersion(String, String) - Method in class org.glassfish.deployment.versioning.VersioningService
Search for the enabled version of the given application.
getEnabledVersionInReferencedTargetsForExpression(String) - Method in class org.glassfish.deployment.versioning.VersioningService
Search the enabled versions on the referenced targets of each version matched by the expression.
getEnabledVersionsInReferencedTargets(String) - Method in class org.glassfish.deployment.versioning.VersioningService
Search the enabled versions on the referenced targets of the given version.
getEntry(String) - Method in class com.sun.enterprise.deploy.shared.FileArchive
 
getEntry(String) - Method in class com.sun.enterprise.deployment.deploy.shared.DeploymentPlanArchive
 
getEntry(String) - Method in class com.sun.enterprise.deployment.deploy.shared.InputJarArchive
 
getEntry(String) - Method in class com.sun.enterprise.deployment.deploy.shared.MemoryMappedArchive
 
getEntry(String) - Method in class com.sun.enterprise.deployment.deploy.shared.MultiReadableArchive
 
getEntrySize(String) - Method in class com.sun.enterprise.deploy.shared.FileArchive
Returns the entry size for a given entry name or 0 if not known
getEntrySize(String) - Method in class com.sun.enterprise.deployment.deploy.shared.DeploymentPlanArchive
Returns the entry size for a given entry name or 0 if not known
getEntrySize(String) - Method in class com.sun.enterprise.deployment.deploy.shared.InputJarArchive
Returns the entry size for a given entry name or 0 if not known
getEntrySize(String) - Method in class com.sun.enterprise.deployment.deploy.shared.MemoryMappedArchive
Returns the entry size for a given entry name or 0 if not known
getEntrySize(String) - Method in class com.sun.enterprise.deployment.deploy.shared.MultiReadableArchive
 
getExpression(String) - Static method in class org.glassfish.deployment.versioning.VersioningUtils
Extract the version identifier / expression for a given application name that complies with versioning rules.
getExtDirFilesAsClasspath() - Static method in class org.glassfish.deployment.common.InstalledLibrariesResolver
Adds all the jar files in all of the ext dirs into a single string in classpath format.
getExternalLibraries(ReadableArchive) - Static method in class org.glassfish.deployment.common.DeploymentUtils
 
getExternallyManaged() - Method in class org.glassfish.deployment.common.DeploymentProperties
 
getExtraData(Class<U>) - Method in class com.sun.enterprise.deploy.shared.AbstractReadableArchive
Returns any data that could have been calculated as part of the descriptor loading.
getExtraData(Class<U>) - Method in class com.sun.enterprise.deployment.deploy.shared.JarArchive
Returns any data that could have been calculated as part of the descriptor loading.
getFinalClassLoader() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
Returns the class loader associated to this deployment request.
getForce() - Method in class org.glassfish.deployment.common.DeploymentProperties
 
getFull() - Method in class org.glassfish.deployment.common.Artifacts.FullAndPartURIs
 
getGenerateRMIStubs() - Method in class org.glassfish.deployment.common.DeploymentProperties
 
getInstalledLibraries(ReadableArchive) - Static method in class org.glassfish.deployment.common.InstalledLibrariesResolver
 
getInstance(File) - Static method in class com.sun.enterprise.deploy.shared.FileArchive.StaleFileManager.Util
Factory method for a StaleFileManager.
getJarEntry(String) - Method in class com.sun.enterprise.deployment.deploy.shared.DeploymentPlanArchive
 
getJarEntry(String) - Method in class com.sun.enterprise.deployment.deploy.shared.InputJarArchive
 
getJarEntry(String) - Method in class com.sun.enterprise.deployment.deploy.shared.JarArchive
 
getJarEntry(String) - Method in class com.sun.enterprise.deployment.deploy.shared.MemoryMappedArchive
 
getJarEntry(String) - Method in class com.sun.enterprise.deployment.deploy.shared.OutputJarArchive
 
getJarFile(URI) - Static method in class com.sun.enterprise.deployment.deploy.shared.InputJarArchive
 
getJavaWebStartEnabled() - Method in class org.glassfish.deployment.common.DeploymentProperties
 
getLibraries() - Method in class org.glassfish.deployment.common.DeploymentProperties
 
getLibrariesAsURLs(Set<String>, ServerEnvironment) - Static method in class org.glassfish.loader.util.ASClassLoaderUtil
converts libraries specified via EXTENSION_LIST entry in MANIFEST.MF of all of the libraries of the deployed archive to The libraries are made available to the application in the order specified.
getLogger() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
 
getManifest() - Method in class com.sun.enterprise.deploy.shared.FileArchive
 
getManifest() - Method in class com.sun.enterprise.deployment.deploy.shared.DeploymentPlanArchive
 
getManifest() - Method in class com.sun.enterprise.deployment.deploy.shared.InputJarArchive
 
getManifest() - Method in class com.sun.enterprise.deployment.deploy.shared.MemoryMappedArchive
 
getManifest() - Method in class com.sun.enterprise.deployment.deploy.shared.MultiReadableArchive
 
getManifest() - Method in class com.sun.enterprise.deployment.deploy.shared.OutputJarArchive
 
getManifest(String) - Static method in class org.glassfish.loader.util.ASClassLoaderUtil
Returns the manifest file for the given root path.
getManifestClassPathAsURLs(Manifest, String) - Static method in class org.glassfish.loader.util.ASClassLoaderUtil
Returns the class path (if any) from the given manifest file as an URL list.
getManifestLibraries(DeploymentContext) - Method in class com.sun.enterprise.deploy.shared.AbstractArchiveHandler
 
getManifestLibraries(DeploymentContext) - Static method in class org.glassfish.deployment.common.DeploymentUtils
 
getManifestLibraries(DeploymentContext, Manifest) - Static method in class org.glassfish.deployment.common.DeploymentUtils
 
getManifestLibraries(ReadableArchive) - Static method in class org.glassfish.deployment.common.DeploymentUtils
 
getMatchedVersions(String, String) - Method in class org.glassfish.deployment.versioning.VersioningService
Process the expression matching operation of the given application name.
getMetaData() - Method in class org.glassfish.deployment.common.SimpleDeployer
Returns the meta data assocated with this Deployer
getModuleArchiveHandlers() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
Gets the archive handlers for modules
getModuleClassPath(Habitat, String, String) - Static method in class org.glassfish.loader.util.ASClassLoaderUtil
Gets the classpath associated with a module, suffixing libraries defined [if any] for the application
getModuleClassPath(Habitat, DeploymentContext) - Static method in class org.glassfish.loader.util.ASClassLoaderUtil
 
getModuleDeploymentContexts() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
Gets the deployment context for modules
getModuleLibraryJars(DeploymentContext) - Static method in class org.glassfish.deployment.common.DeploymentUtils
 
getModuleMetaData(Class<T>) - Method in class org.glassfish.deployment.common.DeploymentContextImpl
 
getModuleMetadata() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
 
getModuleProps() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
Returns the module level properties that will be persisted as a key value pair at then end of deployment.
getModulePropsMap() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
Gets the module properties for modules
getModuleUri() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
Gets the module uri for this module context
getName() - Method in class com.sun.enterprise.deploy.shared.FileArchive
Returns the name portion of the archive's URI.
getName() - Method in class com.sun.enterprise.deployment.deploy.shared.JarArchive
Returns the name portion of the archive's URI.
getName() - Method in class com.sun.enterprise.deployment.deploy.shared.MemoryMappedArchive
Returns the name for the archive.
getName() - Method in class com.sun.enterprise.deployment.deploy.shared.MultiReadableArchive
 
getName(String) - Method in class org.glassfish.deployment.common.DeploymentProperties
 
getOriginalSource() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
 
getParentArchive() - Method in class com.sun.enterprise.deploy.shared.AbstractReadableArchive
get the parent archive of this archive
getParentArchive() - Method in class com.sun.enterprise.deployment.deploy.shared.JarArchive
get the parent archive of this archive
getParentArchive() - Method in class com.sun.enterprise.deployment.deploy.shared.MultiReadableArchive
 
getParentContext() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
Gets the parent context of the module
getPart() - Method in class org.glassfish.deployment.common.Artifacts.FullAndPartURIs
 
getPath() - Method in class com.sun.enterprise.deployment.deploy.shared.MemoryMappedArchive
 
getPath() - Method in class org.glassfish.deployment.common.DeploymentProperties
 
getPhase() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
 
getPrecompileJSP() - Method in class org.glassfish.deployment.common.DeploymentProperties
 
getPropertiesForInvoke() - Method in class org.glassfish.deployment.common.DeploymentProperties
 
getRedeploy() - Method in class org.glassfish.deployment.common.DeploymentProperties
 
getRelativeEmbeddedModulePath(String, String) - Static method in class org.glassfish.deployment.common.DeploymentUtils
This method returns the relative file path of an embedded module to the application root.
getReload() - Method in class org.glassfish.deployment.common.DeploymentProperties
 
getRepositoryName(String) - Static method in class org.glassfish.deployment.versioning.VersioningUtils
Replaces colons with dashs in the given application name.
getResourceAction() - Method in class org.glassfish.deployment.common.DeploymentProperties
 
getResourceTargetList() - Method in class org.glassfish.deployment.common.DeploymentProperties
 
getScratchDir(String) - Method in class org.glassfish.deployment.common.DeploymentContextImpl
Returns a scratch directory that can be used to store things in.
getSource() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
 
getSourceDir() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
getSubArchive(String) - Method in class com.sun.enterprise.deploy.shared.FileArchive
create or obtain an embedded archive within this abstraction.
getSubArchive(String) - Method in class com.sun.enterprise.deployment.deploy.shared.DeploymentPlanArchive
 
getSubArchive(String) - Method in class com.sun.enterprise.deployment.deploy.shared.InputJarArchive
 
getSubArchive(String) - Method in class com.sun.enterprise.deployment.deploy.shared.MemoryMappedArchive
create or obtain an embedded archive within this abstraction.
getSubArchive(String) - Method in class com.sun.enterprise.deployment.deploy.shared.MultiReadableArchive
 
getTarget() - Method in class org.glassfish.deployment.common.DeploymentProperties
 
getTotalApplicationsDeployed() - Method in class org.glassfish.deployment.monitor.DeploymentLifecycleStatsProvider
 
getTransformers() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
Returns the list of transformers registered to this context.
getTransientAppMetadata() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
 
getTransientAppMetaData(String, Class<T>) - Method in class org.glassfish.deployment.common.DeploymentContextImpl
 
getUntaggedName(String) - Static method in class org.glassfish.deployment.versioning.VersioningUtils
Extract the untagged name for a given application name that complies with versioning rules (version identifier / expression) or not.
getUpload() - Method in class org.glassfish.deployment.common.DeploymentProperties
 
getURI() - Method in class com.sun.enterprise.deploy.shared.FileArchive
Returns the URI used to create or open the underlyong archive
getURI() - Method in class com.sun.enterprise.deployment.deploy.shared.DeploymentPlanArchive
Returns the path used to create or open the underlying archive
getURI() - Method in class com.sun.enterprise.deployment.deploy.shared.InputJarArchive
Returns the path used to create or open the underlying archive
getURI() - Method in class com.sun.enterprise.deployment.deploy.shared.MemoryMappedArchive
 
getURI() - Method in class com.sun.enterprise.deployment.deploy.shared.MultiReadableArchive
 
getURI(int) - Method in class com.sun.enterprise.deployment.deploy.shared.MultiReadableArchive
 
getURI() - Method in class com.sun.enterprise.deployment.deploy.shared.OutputJarArchive
Returns the path used to create or open the underlyong archive
getURIName(URI) - Static method in class com.sun.enterprise.deployment.deploy.shared.Util
Returns the name portion of the specified URI.
getURLs(File[], File[], boolean) - Static method in class org.glassfish.loader.util.ASClassLoaderUtil
Returns an array of urls that contains ..
getURLsAsList(File[], File[], boolean) - Static method in class org.glassfish.loader.util.ASClassLoaderUtil
Returns a list of urls that contains ..
getURLsFromClasspath(String, String, String) - Static method in class org.glassfish.loader.util.ASClassLoaderUtil
get URL list from classpath
getVerify() - Method in class org.glassfish.deployment.common.DeploymentProperties
 
getVersionFromSameDir(File) - Method in class org.glassfish.deployment.versioning.VersioningService
Get the version directory-deployed from the given directory
getVersionIdentifier(ReadableArchive) - Method in class com.sun.enterprise.deploy.jar.JarHandler
 
getVersions(String, List<Application>) - Static method in class org.glassfish.deployment.versioning.VersioningUtils
Extract the set of version(s) of the given application from a set of applications.
getVirtualServers() - Method in class org.glassfish.deployment.common.DeploymentProperties
 
getWsdlTargetHint() - Method in class org.glassfish.deployment.common.DeploymentProperties
This set of get and set for WSDL_TARGET_HINT is to enable back generate WSDL with the host and port info of the actual server target in case only one target has been specified by the client; Refer to bug ID 6157923 for more details
getXMLInputFactory() - Static method in class com.sun.enterprise.deploy.shared.AbstractArchiveHandler
 

H

handleDisable(String, String, ActionReport) - Method in class org.glassfish.deployment.versioning.VersioningService
Disable the enabled version of the application if it exists.
handles(ReadableArchive) - Method in class com.sun.enterprise.deploy.jar.JarHandler
 
hasAnnotationInArchive(ReadableArchive) - Method in class org.glassfish.deployment.common.GenericAnnotationDetector
 
hashCode() - Method in class org.glassfish.deployment.common.Artifacts.FullAndPartURIs
 
hasResourcesXML(ReadableArchive) - Static method in class org.glassfish.deployment.common.DeploymentUtils
 

I

IGNORE_CASCADE - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
initializeInstalledLibRegistry(String) - Static method in class org.glassfish.deployment.common.InstalledLibrariesResolver
check whether the optional packages have all their internal dependencies resolved
InputJarArchive - Class in com.sun.enterprise.deployment.deploy.shared
This implementation of the Archive deal with reading jar files either from a JarFile or from a JarInputStream
InputJarArchive() - Constructor for class com.sun.enterprise.deployment.deploy.shared.InputJarArchive
 
InstalledLibrariesResolver - Class in org.glassfish.deployment.common
This class resolves the dependencies between optional packages (installed libraries) and also between apps/stand-alone modules that depend on optional packages (installed libraries)
InstalledLibrariesResolver() - Constructor for class org.glassfish.deployment.common.InstalledLibrariesResolver
 
IS_REDEPLOY - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
IS_SNIFFER_USER_VISIBLE - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
IS_UNDEPLOY - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
isDASTarget(String) - Static method in class org.glassfish.deployment.common.DeploymentUtils
 
isDirectory(String) - Method in class com.sun.enterprise.deploy.shared.FileArchive
 
isDirectory(String) - Method in class com.sun.enterprise.deployment.deploy.shared.JarArchive
Returns true if the entry is a directory or a plain file
isDirectory(String) - Method in class com.sun.enterprise.deployment.deploy.shared.MultiReadableArchive
 
isDomainTarget(String) - Static method in class org.glassfish.deployment.common.DeploymentUtils
 
isEAR(ReadableArchive) - Static method in class org.glassfish.deployment.common.DeploymentUtils
check whether the archive is a .ear
isEntryMarkerFile(File) - Method in interface com.sun.enterprise.deploy.shared.FileArchive.StaleFileManager
Returns whether the specified file is for the hidden timestamp file which FileArchive uses internally.
isEntryValid(File, boolean) - Method in interface com.sun.enterprise.deploy.shared.FileArchive.StaleFileManager
Returns whether the specified file is valid - that is, is dated after the archive was created.
isEntryValid(File, boolean, Logger) - Method in interface com.sun.enterprise.deploy.shared.FileArchive.StaleFileManager
 
isRAR(ReadableArchive) - Static method in class org.glassfish.deployment.common.DeploymentUtils
check whether the archive is a .rar
isUntagged(String) - Static method in class org.glassfish.deployment.versioning.VersioningUtils
Test if the given application name is an untagged name
isVersionExpression(String) - Static method in class org.glassfish.deployment.versioning.VersioningUtils
Test if the given application name is a version expression
isVersionExpressionWithWildCard(String) - Static method in class org.glassfish.deployment.versioning.VersioningUtils
Test if the given application name is a version expression containing any wildcard character.
isVersionIdentifier(String) - Static method in class org.glassfish.deployment.versioning.VersioningUtils
Test if the given application name is a version identifier.
isWebArchive(ReadableArchive) - Static method in class org.glassfish.deployment.common.DeploymentUtils
 

J

JarArchive - Class in com.sun.enterprise.deployment.deploy.shared
This abstract class contains all common implementation of the Archive/WritableArchive interfaces for Jar files
JarArchive() - Constructor for class com.sun.enterprise.deployment.deploy.shared.JarArchive
 
jarFile - Variable in class com.sun.enterprise.deployment.deploy.shared.InputJarArchive
 
JarHandler - Class in com.sun.enterprise.deploy.jar
ArchiveHandler implementation for jar files
JarHandler() - Constructor for class com.sun.enterprise.deploy.jar.JarHandler
 
jarIS - Variable in class com.sun.enterprise.deployment.deploy.shared.InputJarArchive
 
jos - Variable in class com.sun.enterprise.deployment.deploy.shared.OutputJarArchive
 

K

KEEP_REPOSITORY_DIRECTORY - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
KEEP_SESSIONS - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
KEEP_STATE - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
KEY_PREFIX - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 

L

load(T, DeploymentContext) - Method in class org.glassfish.deployment.common.SimpleDeployer
No-op
loadClassData(byte[]) - Method in class org.glassfish.deployment.common.ClassDependencyBuilder
 
loadMetaData(Class<V>, DeploymentContext) - Method in class org.glassfish.deployment.common.SimpleDeployer
Loads the meta date associated with the application.
localStrings - Static variable in class org.glassfish.deployment.common.ModuleExploder
 
LOCALSTRINGS - Static variable in class org.glassfish.deployment.versioning.VersioningUtils
 
LOG_REPORTED_ERRORS - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
logger - Static variable in class org.glassfish.deployment.common.ModuleExploder
 

M

markDeletedArchive(Archive) - Static method in class com.sun.enterprise.deploy.shared.FileArchive.StaleFileManager.Util
Creates a marker file in the archive directory - if it still exists and contains any stale files.
markDeletedArchive(File) - Static method in class com.sun.enterprise.deploy.shared.FileArchive.StaleFileManager.Util
Creates a marker file in the archive directory - if it still exists and contains any stale files.
matchExpression(List<String>, String) - Static method in class org.glassfish.deployment.versioning.VersioningUtils
Search for the version(s) matched by the expression contained in the given application name.
MemoryMappedArchive - Class in com.sun.enterprise.deployment.deploy.shared
 
MemoryMappedArchive() - Constructor for class com.sun.enterprise.deployment.deploy.shared.MemoryMappedArchive
Creates a new instance of MemoryMappedArchive
MemoryMappedArchive(InputStream) - Constructor for class com.sun.enterprise.deployment.deploy.shared.MemoryMappedArchive
Creates a new instance of MemoryMappedArchive
MemoryMappedArchive(byte[]) - Constructor for class com.sun.enterprise.deployment.deploy.shared.MemoryMappedArchive
 
MemoryMappedArchive(ReadableArchive) - Constructor for class com.sun.enterprise.deployment.deploy.shared.MemoryMappedArchive
 
MODULE_ID - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
MODULE_INFO - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
MODULE_NAME - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
ModuleExploder - Class in org.glassfish.deployment.common
Simple Module exploder
ModuleExploder() - Constructor for class org.glassfish.deployment.common.ModuleExploder
 
moduleNames() - Method in class org.glassfish.deployment.common.ApplicationConfigInfo
 
MultiReadableArchive - Class in com.sun.enterprise.deployment.deploy.shared
Implements ReadableArchive based on multiple underlying ReadableArchives, each of which will be processed in order when looking up entries, finding the manifest, etc.
MultiReadableArchive() - Constructor for class com.sun.enterprise.deployment.deploy.shared.MultiReadableArchive
 

N

NAME - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 

O

open(URI) - Method in class com.sun.enterprise.deploy.shared.FileArchive
Open an abstract archive
open(String) - Method in class com.sun.enterprise.deploy.shared.FileArchive
 
open(URI) - Method in class com.sun.enterprise.deployment.deploy.shared.DeploymentPlanArchive
Open an existing DeploymentPlan archive and return a abstraction for reading from it.
open(URI) - Method in class com.sun.enterprise.deployment.deploy.shared.InputJarArchive
Open an abstract archive
open(URI) - Method in class com.sun.enterprise.deployment.deploy.shared.MemoryMappedArchive
 
open(URI) - Method in class com.sun.enterprise.deployment.deploy.shared.MultiReadableArchive
 
open(URI...) - Method in class com.sun.enterprise.deployment.deploy.shared.MultiReadableArchive
 
openArchive(File) - Method in class com.sun.enterprise.deploy.shared.ArchiveFactory
 
openArchive(File, DeployCommandParameters) - Method in class com.sun.enterprise.deploy.shared.ArchiveFactory
It first consults ReadableArchiveFactory to get an archive, if it does not get then delegates to ArchiveFactory.openArchive(java.net.URI).
openArchive(URI) - Method in class com.sun.enterprise.deploy.shared.ArchiveFactory
Opens an existing archivist using the URL as the path.
openAsFileArchive(File, ArchiveFactory) - Static method in class org.glassfish.deployment.common.DeploymentUtils
Opens the specified file as an archive, using the provided archive factory.
org.glassfish.deployment.common - package org.glassfish.deployment.common
 
org.glassfish.deployment.monitor - package org.glassfish.deployment.monitor
 
org.glassfish.deployment.versioning - package org.glassfish.deployment.versioning
 
org.glassfish.loader.util - package org.glassfish.loader.util
 
OSGI - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
OutputJarArchive - Class in com.sun.enterprise.deployment.deploy.shared
Provides an implementation of the Archive that maps to a Jar file @see java.util.jar.JarFile
OutputJarArchive() - Constructor for class com.sun.enterprise.deployment.deploy.shared.OutputJarArchive
 

P

parentArchive - Variable in class com.sun.enterprise.deploy.shared.AbstractReadableArchive
 
parentArchive - Variable in class com.sun.enterprise.deployment.deploy.shared.JarArchive
 
PATH - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
postDeployClean(boolean) - Method in class org.glassfish.deployment.common.DeploymentContextImpl
 
PRECOMPILE_JSP - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
preDestroy() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
 
prepare(DeploymentContext) - Method in class org.glassfish.deployment.common.SimpleDeployer
Prepares the application bits for running in the application server.
prepareScratchDirs() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
Prepare the scratch directories, creating the directories if they do not exist
PRESERVE_APP_SCOPED_RESOURCES - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
PRESERVED_CONTEXT_ROOT - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
PRESERVED_MANIFEST_NAME - Static variable in class org.glassfish.deployment.common.ModuleExploder
 
PREVIOUS_ENABLED_ATTRIBUTES - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
PREVIOUS_TARGETS - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
PREVIOUS_VIRTUAL_SERVERS - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
propertiesValue(Properties, char) - Static method in class org.glassfish.deployment.common.DeploymentUtils
 
propsToMap(Properties) - Static method in class org.glassfish.deployment.common.DeploymentProperties
 
prune() - Method in class org.glassfish.deployment.common.DeploymentProperties
 
put(String, String, ApplicationConfig) - Method in class org.glassfish.deployment.common.ApplicationConfigInfo
 
putNextEntry(String) - Method in class com.sun.enterprise.deploy.shared.FileArchive
 
putNextEntry(String) - Method in class com.sun.enterprise.deployment.deploy.shared.OutputJarArchive
 

R

record(DeploymentContext) - Method in class org.glassfish.deployment.common.Artifacts
Records the Artifacts object into the specified deployment context.
record(Properties) - Method in class org.glassfish.deployment.common.Artifacts
Records the artifacts in the provided Properties object.
recordDeletedEntry(File) - Method in interface com.sun.enterprise.deploy.shared.FileArchive.StaleFileManager
 
recordValidEntry(File) - Method in interface com.sun.enterprise.deploy.shared.FileArchive.StaleFileManager
 
REDEPLOY - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
REDEPLOY_CONTEXT_PROPERTIES - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
relativizeWithinDomainIfPossible(URI) - Static method in class org.glassfish.deployment.common.DeploymentUtils
 
RELOAD - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
removeExtraData(Class<U>) - Method in class com.sun.enterprise.deploy.shared.AbstractReadableArchive
 
removeExtraData(Class<U>) - Method in class com.sun.enterprise.deployment.deploy.shared.JarArchive
 
renameTo(String) - Method in class com.sun.enterprise.deploy.shared.FileArchive
rename the archive
renameTo(String) - Method in class com.sun.enterprise.deployment.deploy.shared.DeploymentPlanArchive
rename the underlying archive
renameTo(String) - Method in class com.sun.enterprise.deployment.deploy.shared.InputJarArchive
rename the underlying jar file
renameTo(String) - Method in class com.sun.enterprise.deployment.deploy.shared.MemoryMappedArchive
rename the archive
renameTo(String) - Method in class com.sun.enterprise.deployment.deploy.shared.MultiReadableArchive
 
REPOSITORY_DASH - Static variable in class org.glassfish.deployment.versioning.VersioningUtils
 
RES_CREATE_REF - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
RES_DELETE_REF - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
RES_DEPLOYMENT - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
RES_NO_OP - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
RES_REDEPLOYMENT - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
RES_UNDEPLOYMENT - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
resolve(URI, String) - Static method in class com.sun.enterprise.deployment.deploy.shared.Util
Constructs a new URI by parsing the given string and then resolving it against the base URI.
resolveDependencies(Manifest, String) - Static method in class org.glassfish.deployment.common.InstalledLibrariesResolver
resolves installed library dependencies
RESOURCE_ACTION - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
RESOURCE_TARGET_LIST - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
resume() - Method in class org.glassfish.deployment.common.DummyApplication
Resumes this application container.

S

scanArchive(ReadableArchive) - Method in class org.glassfish.deployment.common.AnnotationScanner
 
scanArchive(ReadableArchive) - Method in class org.glassfish.deployment.common.GenericAnnotationDetector
 
setArchiveHandler(ArchiveHandler) - Method in class org.glassfish.deployment.common.DeploymentContextImpl
 
setArchiveName(String) - Method in class org.glassfish.deployment.common.DeploymentProperties
 
setAvailabilityEnabled(boolean) - Method in class org.glassfish.deployment.common.DeploymentProperties
 
setCascade(boolean) - Method in class org.glassfish.deployment.common.DeploymentProperties
 
setClassLoader(ClassLoader) - Method in class org.glassfish.deployment.common.DeploymentContextImpl
 
setContextRoot(String) - Method in class org.glassfish.deployment.common.DeploymentProperties
 
setDescription(String) - Method in class org.glassfish.deployment.common.DeploymentProperties
 
setEnabled(boolean) - Method in class org.glassfish.deployment.common.DeploymentProperties
 
setExternallyManaged(boolean) - Method in class org.glassfish.deployment.common.DeploymentProperties
 
setExtraData(Class<U>, U) - Method in class com.sun.enterprise.deploy.shared.AbstractReadableArchive
 
setExtraData(Class<U>, U) - Method in class com.sun.enterprise.deployment.deploy.shared.JarArchive
 
setForce(boolean) - Method in class org.glassfish.deployment.common.DeploymentProperties
 
setGenerateRMIStubs(boolean) - Method in class org.glassfish.deployment.common.DeploymentProperties
 
setJavaWebStartEnabled(boolean) - Method in class org.glassfish.deployment.common.DeploymentProperties
 
setLibraries(String) - Method in class org.glassfish.deployment.common.DeploymentProperties
 
setModulePropsMap(Map<String, Properties>) - Method in class org.glassfish.deployment.common.DeploymentContextImpl
Sets the module properties for modules
setModuleUri(String) - Method in class org.glassfish.deployment.common.DeploymentContextImpl
Sets the module uri for this module context
setName(String) - Method in class org.glassfish.deployment.common.DeploymentProperties
 
setParentArchive(ReadableArchive) - Method in class com.sun.enterprise.deploy.shared.AbstractReadableArchive
set the parent archive for this archive
setParentArchive(ReadableArchive) - Method in class com.sun.enterprise.deployment.deploy.shared.JarArchive
set the parent archive for this archive
setParentArchive(ReadableArchive) - Method in class com.sun.enterprise.deployment.deploy.shared.MultiReadableArchive
 
setParentContext(ExtendedDeploymentContext) - Method in class org.glassfish.deployment.common.DeploymentContextImpl
Sets the parent context for the module
setPath(String) - Method in class org.glassfish.deployment.common.DeploymentProperties
 
setPhase(ExtendedDeploymentContext.Phase) - Method in class org.glassfish.deployment.common.DeploymentContextImpl
 
setPrecompileJSP(boolean) - Method in class org.glassfish.deployment.common.DeploymentProperties
 
setRedeploy(boolean) - Method in class org.glassfish.deployment.common.DeploymentProperties
 
setReload(boolean) - Method in class org.glassfish.deployment.common.DeploymentProperties
 
setResourceAction(String) - Method in class org.glassfish.deployment.common.DeploymentProperties
 
setResourceTargetList(String) - Method in class org.glassfish.deployment.common.DeploymentProperties
 
setSource(ReadableArchive) - Method in class org.glassfish.deployment.common.DeploymentContextImpl
 
setTarget(String) - Method in class org.glassfish.deployment.common.DeploymentProperties
 
setUpload(boolean) - Method in class org.glassfish.deployment.common.DeploymentProperties
 
setURI(URI) - Method in class com.sun.enterprise.deployment.deploy.shared.MemoryMappedArchive
 
setVerify(boolean) - Method in class org.glassfish.deployment.common.DeploymentProperties
 
setVirtualServers(String) - Method in class org.glassfish.deployment.common.DeploymentProperties
 
setWsdlTargetHint(String) - Method in class org.glassfish.deployment.common.DeploymentProperties
 
signature - Variable in class org.glassfish.deployment.common.AnnotationScanner
 
SimpleDeployer<T extends Container,U extends ApplicationContainer> - Class in org.glassfish.deployment.common
Convenient superclass for Deployers which only do prepare and clean up and do not actually load/unload application
SimpleDeployer() - Constructor for class org.glassfish.deployment.common.SimpleDeployer
 
size() - Method in class org.glassfish.deployment.common.ClassDependencyBuilder
 
SKIP_SCAN_EXTERNAL_LIB - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
start(ApplicationContext) - Method in class org.glassfish.deployment.common.DummyApplication
 
STATE - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
stop(ApplicationContext) - Method in class org.glassfish.deployment.common.DummyApplication
 
store(Properties) - Method in class org.glassfish.deployment.common.ApplicationConfigInfo
 
supportsElementsOverwriting() - Method in class com.sun.enterprise.deploy.shared.FileArchive
 
suspend() - Method in class org.glassfish.deployment.common.DummyApplication
Suspends this application container.
SYSTEM_ADMIN - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
SYSTEM_ALL - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 

T

TARGET - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
toString() - Method in class org.glassfish.deployment.common.Artifacts.FullAndPartURIs
 
toURI(URL) - Static method in class com.sun.enterprise.deployment.deploy.shared.Util
Returns URI for the specified URL.
TYPE - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 

U

unload(U, DeploymentContext) - Method in class org.glassfish.deployment.common.SimpleDeployer
No-op
UPLOAD - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
useV2Compatibility(DeploymentContext) - Static method in class org.glassfish.deployment.common.DeploymentUtils
 
Util - Class in com.sun.enterprise.deployment.deploy.shared
Utility logic.
Util() - Constructor for class com.sun.enterprise.deployment.deploy.shared.Util
 

V

validateApplicationName(String) - Static method in class org.glassfish.deployment.common.DeploymentUtils
 
VERIFY - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
VersioningException - Exception in org.glassfish.deployment.versioning
This class is an exception used when application name that complies with versioning incorporates critical pattern.
VersioningException(String) - Constructor for exception org.glassfish.deployment.versioning.VersioningException
 
VersioningService - Class in org.glassfish.deployment.versioning
This service provides methods to handle application names in the versioning context
VersioningService() - Constructor for class org.glassfish.deployment.versioning.VersioningService
 
VersioningSyntaxException - Exception in org.glassfish.deployment.versioning
This class is an exception used when application name that complies with versioning incorporates critical pattern.
VersioningSyntaxException(String) - Constructor for exception org.glassfish.deployment.versioning.VersioningSyntaxException
 
VersioningUtils - Class in org.glassfish.deployment.versioning
This class provides utility methods to handle application names in the versioning context
VersioningUtils() - Constructor for class org.glassfish.deployment.versioning.VersioningUtils
 
VersioningWildcardException - Exception in org.glassfish.deployment.versioning
This class is an exception used when application name that complies with versioning incorporates critical pattern.
VersioningWildcardException(String) - Constructor for exception org.glassfish.deployment.versioning.VersioningWildcardException
 
VIRTUAL_SERVERS - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 
visit(int, int, String, String, String, String[]) - Method in class org.glassfish.deployment.common.AnnotationScanner
 
visitAnnotation(String, boolean) - Method in class org.glassfish.deployment.common.AnnotationScanner
 
visitAnnotation(String, boolean) - Method in class org.glassfish.deployment.common.GenericAnnotationDetector
 
visitAttribute(Attribute) - Method in class org.glassfish.deployment.common.AnnotationScanner
 
visitEnd() - Method in class org.glassfish.deployment.common.AnnotationScanner
 
visitField(int, String, String, String, Object) - Method in class org.glassfish.deployment.common.AnnotationScanner
 
visitInnerClass(String, String, String, int) - Method in class org.glassfish.deployment.common.AnnotationScanner
 
visitMethod(int, String, String, String, String[]) - Method in class org.glassfish.deployment.common.AnnotationScanner
 
visitOuterClass(String, String, String) - Method in class org.glassfish.deployment.common.AnnotationScanner
 
visitSource(String, String) - Method in class org.glassfish.deployment.common.AnnotationScanner
 

W

WEB_INF_PREFIX - Static variable in class org.glassfish.deployment.common.ModuleExploder
 
WSDL_TARGET_HINT - Static variable in class org.glassfish.deployment.common.DeploymentProperties
 

_

_logger - Static variable in class com.sun.enterprise.deploy.shared.AbstractArchiveHandler
 

A C D E F G H I J K L M N O P R S T U V W _

Copyright © 2012 GlassFish Community. All Rights Reserved.