A C D E F G H I J K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
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
- accept(Descriptor) - Method in interface org.glassfish.deployment.common.DescriptorVisitor
-
visits a J2EE descriptor
- 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.
- add(File, String, boolean) - Method in class org.glassfish.deployment.common.ClientArtifactsManager
-
Adds a new artifact to the collection of artifacts to be added to the client JAR file so they can be delivered to the client during a download.
- 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 JAR file so they can be delivered to the client during a download.
- add(Artifacts.FullAndPartURIs) - Method in class org.glassfish.deployment.common.ClientArtifactsManager
-
Adds a new artifact to the collection of artifacts to be added to the client 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.
- addArchiveMetaData(String, Object) - Method in class com.sun.enterprise.deploy.shared.AbstractReadableArchive
- addArchiveMetaData(String, Object) - Method in class com.sun.enterprise.deployment.deploy.shared.JarArchive
- addArtifact(URI, String) - Method in class org.glassfish.deployment.common.Artifacts
-
Adds an artifact.
- addArtifact(URI, String, boolean) - Method in class org.glassfish.deployment.common.Artifacts
- addArtifact(URI, URI) - Method in class org.glassfish.deployment.common.Artifacts
-
Adds an artifact.
- addArtifact(URI, URI, boolean) - 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.
- addDescriptorExtension(T) - Method in class org.glassfish.deployment.common.Descriptor
-
Add a child descriptor to the parent descriptor as an extension.
- addEntry(String) - Method in class com.sun.enterprise.deployment.deploy.shared.InputJarArchive
- addExtensionDescriptor(Class<? extends RootDeploymentDescriptor>, T, String) - Method in class org.glassfish.deployment.common.RootDeploymentDescriptor
- addExtraAttribute(String, Object) - Method in class org.glassfish.deployment.common.DynamicAttributesDescriptor
-
Add a new dynamic attribte
- addModuleMetaData(Object) - Method in class org.glassfish.deployment.common.DeploymentContextImpl
- addPrefixMapping(String, String) - Method in class org.glassfish.deployment.common.Descriptor
-
add a prefix mapping
- 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
- ALT_DD - Static variable in class org.glassfish.deployment.common.DeploymentProperties
- AnnotationScanner - Class in org.glassfish.deployment.common
- AnnotationScanner(int) - Constructor for class org.glassfish.deployment.common.AnnotationScanner
- AODD - org.glassfish.deployment.common.JavaEEResourceType
- 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(Application) - Constructor for class org.glassfish.deployment.common.ApplicationConfigInfo
- ApplicationConfigInfo(Properties) - 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
appNameandappTypehas 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
- archiveMetaData - Variable in class com.sun.enterprise.deploy.shared.AbstractReadableArchive
- archiveMetaData - Variable in class com.sun.enterprise.deployment.deploy.shared.JarArchive
- artifacts() - Method in class org.glassfish.deployment.common.ClientArtifactsManager
-
Returns the set (in unmodifiable form) of FullAndPartURIs for the accumulated artifacts.
- Artifacts - Class in org.glassfish.deployment.common
-
Records information about artifacts (files) that a deployer might need to track.
- 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).
- ASClassLoaderUtil - Class in org.glassfish.loader.util
- ASClassLoaderUtil() - Constructor for class org.glassfish.loader.util.ASClassLoaderUtil
- assignRole(Principal, Role, RootDeploymentDescriptor) - Method in interface org.glassfish.deployment.common.SecurityRoleMapper
-
Assigns a Principal to the specified role.
- AVAILABILITY_ENABLED - Static variable in class org.glassfish.deployment.common.DeploymentProperties
C
- CASCADE - Static variable in class org.glassfish.deployment.common.DeploymentProperties
- CFD - org.glassfish.deployment.common.JavaEEResourceType
- CFDPOOL - org.glassfish.deployment.common.JavaEEResourceType
- 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
- classLoader - Variable in class org.glassfish.deployment.common.RootDeploymentDescriptor
-
class loader associated to this module to load classes contained in the archive file
- 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
- ClientJarWriter - Class in org.glassfish.deployment.common
-
Writes a client JAR file, if one is needed, suitable for downloading.
- ClientJarWriter(ExtendedDeploymentContext) - Constructor for class org.glassfish.deployment.common.ClientJarWriter
- 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() - 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() - Method in class com.sun.enterprise.deployment.deploy.shared.OutputJarArchive
-
closes the current 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.deploy.shared.FileArchive
-
Close a previously returned sub archive
- closeEntry(WritableArchive) - Method in class com.sun.enterprise.deployment.deploy.shared.OutputJarArchive
-
Close a previously returned sub archive
- com.sun.enterprise.deploy.shared - package com.sun.enterprise.deploy.shared
- com.sun.enterprise.deployment.deploy.shared - package com.sun.enterprise.deployment.deploy.shared
- COMMAND_PARAMS - Static variable in class org.glassfish.deployment.common.DeploymentProperties
- COMPATIBILITY - Static variable in class org.glassfish.deployment.common.DeploymentProperties
- computeResult(String) - Method in class org.glassfish.deployment.common.ClassDependencyBuilder
- contains(File, File) - Method in class org.glassfish.deployment.common.ClientArtifactsManager
- contains(URI, URI) - Method in class org.glassfish.deployment.common.ClientArtifactsManager
- CONTEXT_PATH - Static variable in class org.glassfish.deployment.common.DeploymentProperties
- CONTEXT_ROOT - Static variable in class org.glassfish.deployment.common.DeploymentProperties
- convertURLListToArray(List<URL>) - Static method in class org.glassfish.loader.util.ASClassLoaderUtil
- copyStream(InputStream, OutputStream) - Static method in class org.glassfish.deployment.common.DeploymentUtils
- 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(String, URI) - 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.
- 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
- createUniqueFilenameAmongst(String, Vector<String>) - Static method in class org.glassfish.deployment.common.Descriptor
-
Returns String based on the trial name that is guaramteed to be different from any of the strings in the vector of String names.
- createUniqueNameAmongst(String, Vector<String>) - Static method in class org.glassfish.deployment.common.Descriptor
-
Returns String based on the trial name that is guaramteed to be different from any of the strings in the vector of String names.
- createUniqueNameAmongstNamedDescriptors(String, Set<? extends Descriptor>) - Static method in class org.glassfish.deployment.common.Descriptor
-
Returns String based on the trial name that is guaramteed to be different from any of the strings returnsed by the getName() call in any of the Descriptor objects in the Set supplied.
D
- DAS_TARGET_NAME - Static variable in class org.glassfish.deployment.common.DeploymentUtils
- 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
- deplLogger - Static variable in class com.sun.enterprise.deploy.shared.AbstractArchiveHandler
- deplLogger - Static variable in class com.sun.enterprise.deploy.shared.ArchiveFactory
- deplLogger - Static variable in class com.sun.enterprise.deploy.shared.FileArchive
- deplLogger - Static variable in class com.sun.enterprise.deployment.deploy.shared.InputJarArchive
- deplLogger - Static variable in class org.glassfish.deployment.common.AnnotationScanner
- deplLogger - Static variable in class org.glassfish.deployment.common.Artifacts
- deplLogger - Static variable in class org.glassfish.deployment.common.ClientArtifactsManager
- deplLogger - Static variable in class org.glassfish.deployment.common.ClientJarWriter
- deplLogger - Static variable in class org.glassfish.deployment.common.DeploymentContextImpl
- deplLogger - Static variable in class org.glassfish.deployment.common.DeploymentUtils
- deplLogger - Static variable in class org.glassfish.deployment.common.GenericAnnotationDetector
- deplLogger - Static variable in class org.glassfish.deployment.common.InstalledLibrariesResolver
- deplLogger - Static variable in class org.glassfish.deployment.common.ModuleExploder
- deplLogger - Static variable in class org.glassfish.deployment.common.RootDeploymentDescriptor
- deplLogger - Static variable in class org.glassfish.deployment.monitor.DeploymentLifecycleStatsProvider
- deplLogger - Static variable in class org.glassfish.loader.util.ASClassLoaderUtil
- 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(ActionReport, Logger, ReadableArchive, OpsParams, ServerEnvironment) - Constructor for class org.glassfish.deployment.common.DeploymentContextImpl
- DeploymentContextImpl(ActionReport, ReadableArchive, OpsParams, ServerEnvironment) - Constructor for class org.glassfish.deployment.common.DeploymentContextImpl
- DeploymentContextImpl(Deployment.DeploymentContextBuilder, ServerEnvironment) - Constructor for class org.glassfish.deployment.common.DeploymentContextImpl
-
Creates a new instance of DeploymentContext
- 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(String, Throwable) - Constructor for exception org.glassfish.deployment.common.DeploymentException
- DeploymentException(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(Map) - Constructor for class org.glassfish.deployment.common.DeploymentProperties
- DeploymentProperties(Properties) - 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
- DESCRIPTION_CHANGED - Static variable in class org.glassfish.deployment.common.Descriptor
- Descriptor - Class in org.glassfish.deployment.common
-
Descriptor is the root class for all objects representing deployment information in J2EE.
- Descriptor() - Constructor for class org.glassfish.deployment.common.Descriptor
-
The default constructor.
- Descriptor(String, String) - Constructor for class org.glassfish.deployment.common.Descriptor
-
Constructs a descriptor with given name, description.
- Descriptor(Descriptor) - Constructor for class org.glassfish.deployment.common.Descriptor
-
The copy constructor.
- DESCRIPTOR_CHANGED - Static variable in class org.glassfish.deployment.common.Descriptor
-
Notification String for a general descriptor change.
- DescriptorVisitor - Interface in org.glassfish.deployment.common
-
This class defines the minimum visitor API each descriptor is required to implement.
- docType - Variable in class org.glassfish.deployment.common.Descriptor
- DOMAIN_TARGET_NAME - Static variable in class org.glassfish.deployment.common.DeploymentUtils
- 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
- 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.
- DROP_TABLES - Static variable in class org.glassfish.deployment.common.DeploymentProperties
- DSD - org.glassfish.deployment.common.JavaEEResourceType
- DSDPOOL - org.glassfish.deployment.common.JavaEEResourceType
- DummyApplication - Class in org.glassfish.deployment.common
-
A dummy implementation of ApplicationContainer class.
- DummyApplication() - Constructor for class org.glassfish.deployment.common.DummyApplication
- DynamicAttributesDescriptor - Class in org.glassfish.deployment.common
-
This class is a value holder for dynamic attributes.
- DynamicAttributesDescriptor() - Constructor for class org.glassfish.deployment.common.DynamicAttributesDescriptor
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() - Method in class com.sun.enterprise.deployment.deploy.shared.DeploymentPlanArchive
- entries() - Method in class com.sun.enterprise.deployment.deploy.shared.InputJarArchive
- entries() - Method in class com.sun.enterprise.deployment.deploy.shared.MemoryMappedArchive
- entries() - Method in class com.sun.enterprise.deployment.deploy.shared.MultiReadableArchive
- entries() - Method in class com.sun.enterprise.deployment.deploy.shared.OutputJarArchive
- entries(String) - Method in class com.sun.enterprise.deploy.shared.FileArchive
-
Returns an enumeration of the module file entries with the specified prefix.
- 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(String) - Method in class com.sun.enterprise.deployment.deploy.shared.MultiReadableArchive
- entries(Enumeration) - Method in class com.sun.enterprise.deploy.shared.FileArchive
- entries(Enumeration) - Method in class com.sun.enterprise.deployment.deploy.shared.DeploymentPlanArchive
- entries(Enumeration) - Method in class com.sun.enterprise.deployment.deploy.shared.InputJarArchive
- entries(Enumeration) - Method in class com.sun.enterprise.deployment.deploy.shared.MemoryMappedArchive
- 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() - Method in class com.sun.enterprise.deployment.deploy.shared.DeploymentPlanArchive
- exists() - Method in class com.sun.enterprise.deployment.deploy.shared.InputJarArchive
- exists() - Method in class com.sun.enterprise.deployment.deploy.shared.MemoryMappedArchive
- exists() - Method in class com.sun.enterprise.deployment.deploy.shared.MultiReadableArchive
- 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(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(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(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
- expand(ReadableArchive, WritableArchive) - Static method in class org.glassfish.deployment.common.DeploymentUtils
-
Expand an archive to a directory
- 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
- extensions - Variable in class org.glassfish.deployment.common.RootDeploymentDescriptor
-
Extensions for this module descriptor, keyed by type, indexed using the instance's index
- 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
- fillDocType(InputStream) - Method in class org.glassfish.deployment.common.Descriptor
- finalize() - Method in class org.glassfish.deployment.common.ClientArtifactsManager
- flush() - Method in interface com.sun.enterprise.deploy.shared.FileArchive.StaleFileManager
- FORCE - Static variable in class org.glassfish.deployment.common.DeploymentProperties
- FullAndPartURIs(URI, String) - Constructor for class org.glassfish.deployment.common.Artifacts.FullAndPartURIs
- FullAndPartURIs(URI, String, boolean) - Constructor for class org.glassfish.deployment.common.Artifacts.FullAndPartURIs
- FullAndPartURIs(URI, URI) - Constructor for class org.glassfish.deployment.common.Artifacts.FullAndPartURIs
- FullAndPartURIs(URI, URI, boolean) - Constructor for class org.glassfish.deployment.common.Artifacts.FullAndPartURIs
G
- GENERATE_RMI_STUBS - Static variable in class org.glassfish.deployment.common.DeploymentProperties
- generateArtifacts(DeploymentContext) - Method in class org.glassfish.deployment.common.SimpleDeployer
- 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
- 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.
- 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(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
-
Retrieves the client artifacts store from the provided deployment context, creating one and storing it back into the DC if none is there yet.
- 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.
- 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
- getAlternateDescriptor() - Method in class org.glassfish.deployment.common.ModuleDescriptor
- getAppAltDDDir() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
- 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
- getAppNameForContext(String) - Method in interface org.glassfish.deployment.common.SecurityRoleMapperFactory
-
Returns the appname for this particular context id.
- 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
- getArchiveMetaData(String, Class<T>) - Method in class com.sun.enterprise.deploy.shared.AbstractReadableArchive
- getArchiveMetaData(String, Class<T>) - Method in class com.sun.enterprise.deployment.deploy.shared.JarArchive
- 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
- getArchiveUri() - Method in class org.glassfish.deployment.common.ModuleDescriptor
- 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() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
-
Returns the class loader associated to this deployment request.
- getClassLoader() - Method in class org.glassfish.deployment.common.DummyApplication
-
Returns the class loader associated with this application
- getClassLoader() - Method in class org.glassfish.deployment.common.RootDeploymentDescriptor
- getClassLoader(boolean) - Method in class org.glassfish.deployment.common.DeploymentContextImpl
- getCommandParameters(Class<U>) - Method in class org.glassfish.deployment.common.DeploymentContextImpl
- getContextRoot() - Method in class org.glassfish.deployment.common.DeploymentProperties
- getContextRoot() - Method in class org.glassfish.deployment.common.ModuleDescriptor
- getDefaultContextRoot(String) - Method in class org.glassfish.deployment.common.DeploymentProperties
- getDefaultEEName(String) - Static method in class org.glassfish.deployment.common.DeploymentUtils
- getDefaultSpecVersion() - Method in class org.glassfish.deployment.common.RootDeploymentDescriptor
- getDeploymentExtensions() - Method in class org.glassfish.deployment.common.Descriptor
- 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
- getDescription() - Method in class org.glassfish.deployment.common.Descriptor
-
The description text of this descriptor as a String.
- getDescriptor() - Method in class org.glassfish.deployment.common.DummyApplication
-
Returns the deployment descriptor associated with this application
- getDescriptor() - Method in class org.glassfish.deployment.common.ModuleDescriptor
- getDescriptorExtension(Class<T>) - Method in class org.glassfish.deployment.common.Descriptor
-
Get child descriptor extension for a given type.
- getDescriptorExtensions(Class<T>) - Method in class org.glassfish.deployment.common.Descriptor
-
Get all child descriptor extensions for a given type.
- 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
- getDisplayName() - Method in class org.glassfish.deployment.common.Descriptor
- getDisplayName() - Method in class org.glassfish.deployment.common.RootDeploymentDescriptor
- getDocType() - Method in class org.glassfish.deployment.common.Descriptor
- 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
-
Deprecated.This will always return an empty string for JDK9+
- getExtensionsDescriptors() - Method in class org.glassfish.deployment.common.RootDeploymentDescriptor
-
This method returns all the extensions deployment descriptors in the scope
- getExtensionsDescriptors(Class<? extends RootDeploymentDescriptor>, String) - Method in class org.glassfish.deployment.common.RootDeploymentDescriptor
-
This method returns one extension of the passed type in the scope with the right index
- getExtensionsDescriptors(Class<T>) - Method in class org.glassfish.deployment.common.RootDeploymentDescriptor
-
This method returns all extensions of the passed type in the scope
- getExternalLibraries(ReadableArchive) - Static method in class org.glassfish.deployment.common.DeploymentUtils
- getExternallyManaged() - Method in class org.glassfish.deployment.common.DeploymentProperties
- getExtraAttribute(String) - Method in class org.glassfish.deployment.common.DynamicAttributesDescriptor
-
Obtain a dynamic attribute from the repository
- getExtraAttributes() - Method in class org.glassfish.deployment.common.DynamicAttributesDescriptor
-
Direct acess to the dynamic attributes repository
- 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
- getGroupsAssignedTo(Role) - Method in interface org.glassfish.deployment.common.SecurityRoleMapper
-
Returns an enumeration of Groups assigned to the given role
- 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.
- getInternalNameForTenant(String, String) - Static method in class org.glassfish.deployment.common.DeploymentUtils
- 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
- getLargeIconUri() - Method in class org.glassfish.deployment.common.Descriptor
-
The large icon name of this descriptor as a String.
- getLibDirectoryJarURIs(File) - Static method in class org.glassfish.loader.util.ASClassLoaderUtil
- 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.
- getLocalizedDescription(String) - Method in class org.glassfish.deployment.common.Descriptor
- getLocalizedDescriptions() - Method in class org.glassfish.deployment.common.Descriptor
- getLocalizedDisplayName(String) - Method in class org.glassfish.deployment.common.Descriptor
- getLocalizedDisplayNames() - Method in class org.glassfish.deployment.common.Descriptor
- getLocalizedLargeIconUri(String) - Method in class org.glassfish.deployment.common.Descriptor
- getLocalizedLargeIconUris() - Method in class org.glassfish.deployment.common.Descriptor
- getLocalizedSmallIconUri(String) - Method in class org.glassfish.deployment.common.Descriptor
- getLocalizedSmallIconUris() - Method in class org.glassfish.deployment.common.Descriptor
- getLogger() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
- getMainDescriptor() - Method in class org.glassfish.deployment.common.RootDeploymentDescriptor
- 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() - Method in class org.glassfish.deployment.common.ModuleDescriptor
- 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(ReadableArchive) - Static method in class org.glassfish.deployment.common.DeploymentUtils
- 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
- 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(ServiceLocator, 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(ServiceLocator, 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
- getModuleDescriptor() - Method in class org.glassfish.deployment.common.RootDeploymentDescriptor
- getModuleID() - Method in class org.glassfish.deployment.common.RootDeploymentDescriptor
- getModuleMetadata() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
- getModuleMetaData(Class<T>) - Method in class org.glassfish.deployment.common.DeploymentContextImpl
- getModuleName() - Method in class org.glassfish.deployment.common.ModuleDescriptor
-
Returns the value of the module-name element in the application.xml if it's defined.
- 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
- getModuleType() - Method in class org.glassfish.deployment.common.ModuleDescriptor
- getModuleType() - Method in class org.glassfish.deployment.common.RootDeploymentDescriptor
- 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() - Method in class org.glassfish.deployment.common.Descriptor
-
The name of this descriptor as a String.
- getName() - Method in class org.glassfish.deployment.common.RootDeploymentDescriptor
-
as of J2EE1.4, get/setName are deprecated, people should use the set/getDisplayName or the set/getModuleID.
- getName() - Method in interface org.glassfish.deployment.common.SecurityRoleMapper
- 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
- getPrefixMapping() - Method in class org.glassfish.deployment.common.Descriptor
- 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
- getRoleMapper(String) - Method in interface org.glassfish.deployment.common.SecurityRoleMapperFactory
-
Returns a RoleMapper corresponding to the AppName.
- getRoles() - Method in interface org.glassfish.deployment.common.SecurityRoleMapper
- getRoleToSubjectMapping() - Method in interface org.glassfish.deployment.common.SecurityRoleMapper
- getSchemaLocation() - Method in class org.glassfish.deployment.common.RootDeploymentDescriptor
- getScratchDir(String) - Method in class org.glassfish.deployment.common.DeploymentContextImpl
-
Returns a scratch directory that can be used to store things in.
- getSmallIconUri() - Method in class org.glassfish.deployment.common.Descriptor
-
The small icon name of this descriptor as a String.
- getSource() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
- getSourceDir() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
- getSpecVersion() - Method in class org.glassfish.deployment.common.RootDeploymentDescriptor
- 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
- getSubDescriptorVisitor(Descriptor) - Method in interface org.glassfish.deployment.common.DescriptorVisitor
-
get the visitor for its sub descriptor
- getTarget() - Method in class org.glassfish.deployment.common.DeploymentProperties
- getTenant() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
- getTenantDir() - Method in class org.glassfish.deployment.common.DeploymentContextImpl
- getTotalApplicationsDeployed() - Method in class org.glassfish.deployment.monitor.DeploymentLifecycleStatsProvider
- getTracerVisitor() - Method in class org.glassfish.deployment.common.RootDeploymentDescriptor
- 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() - Method in class com.sun.enterprise.deployment.deploy.shared.OutputJarArchive
-
Returns the path used to create or open the underlyong archive
- getURI(int) - Method in class com.sun.enterprise.deployment.deploy.shared.MultiReadableArchive
- 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
- getUsersAssignedTo(Role) - Method in interface org.glassfish.deployment.common.SecurityRoleMapper
- 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
- 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
- getVirtualServers(String, ServerEnvironment, Domain) - Static method in class org.glassfish.deployment.common.DeploymentUtils
- getWebDeploymentExtensions() - Method in class org.glassfish.deployment.common.ModuleDescriptor
- 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, Subject) - Method in class org.glassfish.deployment.versioning.VersioningService
-
Disable the enabled version of the application if it exists.
- hasAnnotationInArchive(ReadableArchive) - Method in class org.glassfish.deployment.common.GenericAnnotationDetector
- hashCode() - Method in class org.glassfish.deployment.common.Artifacts.FullAndPartURIs
- HOST - Static variable in class org.glassfish.deployment.common.DeploymentProperties
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
- isApplication() - Method in class org.glassfish.deployment.common.RootDeploymentDescriptor
- isArchiveOfType(ReadableArchive, ArchiveType, DeploymentContext, ServiceLocator) - Static method in class org.glassfish.deployment.common.DeploymentUtils
- isArchiveOfType(ReadableArchive, ArchiveType, ServiceLocator) - Static method in class org.glassfish.deployment.common.DeploymentUtils
- isBoundsChecking() - Static method in class org.glassfish.deployment.common.Descriptor
-
Answers whether the object model is bounds checking.
- 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
- isEmpty() - Method in class org.glassfish.deployment.common.ClientArtifactsManager
- isEmpty() - Method in class org.glassfish.deployment.common.RootDeploymentDescriptor
-
Return true if this root deployment descriptor does not describe anything
- 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
- isExtensionDescriptor() - Method in class org.glassfish.deployment.common.RootDeploymentDescriptor
- isStandalone() - Method in class org.glassfish.deployment.common.ModuleDescriptor
- isTemporary() - Method in class org.glassfish.deployment.common.Artifacts.FullAndPartURIs
- 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.
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
- jarIS - Variable in class com.sun.enterprise.deployment.deploy.shared.InputJarArchive
- JavaEEResourceType - Enum in org.glassfish.deployment.common
-
Created with IntelliJ IDEA.
- JMSCFDD - org.glassfish.deployment.common.JavaEEResourceType
- JMSCFDDPOOL - org.glassfish.deployment.common.JavaEEResourceType
- JMSDD - org.glassfish.deployment.common.JavaEEResourceType
- 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
- LARGE_ICON_CHANGED - Static variable in class org.glassfish.deployment.common.Descriptor
- 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
M
- 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.
- 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.
- 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(byte[]) - Constructor for class com.sun.enterprise.deployment.deploy.shared.MemoryMappedArchive
- MemoryMappedArchive(InputStream) - Constructor for class com.sun.enterprise.deployment.deploy.shared.MemoryMappedArchive
-
Creates a new instance of 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
- moduleDescriptor - Variable in class org.glassfish.deployment.common.RootDeploymentDescriptor
-
contains the information for this module (like it's module name)
- ModuleDescriptor<T extends RootDeploymentDescriptor> - Class in org.glassfish.deployment.common
-
This class describes a module information for an applicaiton module
- ModuleDescriptor() - Constructor for class org.glassfish.deployment.common.ModuleDescriptor
-
Creates new ModuleDescriptor
- ModuleExploder - Class in org.glassfish.deployment.common
-
Simple Module exploder
- ModuleExploder() - Constructor for class org.glassfish.deployment.common.ModuleExploder
- moduleID - Variable in class org.glassfish.deployment.common.RootDeploymentDescriptor
-
each module is uniquely identified with a moduleID
- moduleNames() - Method in class org.glassfish.deployment.common.ApplicationConfigInfo
- MSD - org.glassfish.deployment.common.JavaEEResourceType
-
MSD: MailSessionDescriptor DSD: DataSourceDefinitionDescriptor DSDPOOL: DataSourceDefinitionDescriptor Pool CFD: ConnectionFactoryDefinitionDescriptor CFDPOOL: ConnectionFactoryDefinitionDescriptor Pool JMSCFDD: JMSConnectionFactoryDefinitionDescriptor JMSCFDDPOOL: JMSConnectionFactoryDefinitionDescriptor Pool JMSDD: JMSDestinationDefinitionDescriptor AODD: AdministeredObjectDefinitionDescriptor
- 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
- NAME_CHANGED - Static variable in class org.glassfish.deployment.common.Descriptor
O
- open(String) - Method in class com.sun.enterprise.deploy.shared.FileArchive
- open(URI) - Method in class com.sun.enterprise.deploy.shared.FileArchive
-
Open an abstract archive
- 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
ReadableArchiveFactoryto get an archive, if it does not get then delegates toArchiveFactory.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
- 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
- PORT - 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
- print(StringBuffer) - Method in class org.glassfish.deployment.common.Descriptor
-
A String representation of this object.
- print(StringBuffer) - Method in class org.glassfish.deployment.common.DynamicAttributesDescriptor
- print(StringBuffer) - Method in class org.glassfish.deployment.common.ModuleDescriptor
- print(StringBuffer) - Method in class org.glassfish.deployment.common.RootDeploymentDescriptor
-
print a meaningful string for this object
- propertiesValue(Properties, char) - Static method in class org.glassfish.deployment.common.DeploymentUtils
- propsToMap(Properties) - Static method in class org.glassfish.deployment.common.DeploymentProperties
- PROTOCOL - Static variable 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(Properties) - Method in class org.glassfish.deployment.common.Artifacts
-
Records the artifacts in the provided Properties object.
- record(DeploymentContext) - Method in class org.glassfish.deployment.common.Artifacts
-
Records the Artifacts object into the specified deployment context.
- 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
- removeAppNameForContext(String) - Method in interface org.glassfish.deployment.common.SecurityRoleMapperFactory
-
removes the link between contextId and the appname
- removeArchiveMetaData(String) - Method in class com.sun.enterprise.deploy.shared.AbstractReadableArchive
- removeArchiveMetaData(String) - Method in class com.sun.enterprise.deployment.deploy.shared.JarArchive
- removeExtraAttribute(String) - Method in class org.glassfish.deployment.common.DynamicAttributesDescriptor
-
Removes a dynamic attribute from the repository
- 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
- removeRoleMapper(String) - Method in interface org.glassfish.deployment.common.SecurityRoleMapperFactory
-
remove the RoleMapping associated with this application
- 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.
- RootDeploymentDescriptor - Class in org.glassfish.deployment.common
-
This descriptor contains all common information amongst root element of the J2EE Deployment Descriptors (application, ejb-jar, web-app, connector...).
- RootDeploymentDescriptor() - Constructor for class org.glassfish.deployment.common.RootDeploymentDescriptor
-
Construct a new RootDeploymentDescriptor
- RootDeploymentDescriptor(String, String) - Constructor for class org.glassfish.deployment.common.RootDeploymentDescriptor
-
Construct a new RootDeploymentDescriptor with a name and description
- run() - Method in class org.glassfish.deployment.common.ClientJarWriter
- RUNTIME_ALT_DD - Static variable in class org.glassfish.deployment.common.DeploymentProperties
S
- scanArchive(ReadableArchive) - Method in class org.glassfish.deployment.common.AnnotationScanner
- scanArchive(ReadableArchive) - Method in class org.glassfish.deployment.common.GenericAnnotationDetector
- SecurityRoleMapper - Interface in org.glassfish.deployment.common
-
This interface defines the protocol used by the DOL to access the role mapping information of a J2EE application.
- SecurityRoleMapperFactory - Interface in org.glassfish.deployment.common
- setAlternateDescriptor(String) - Method in class org.glassfish.deployment.common.ModuleDescriptor
-
Sets the path to the alternate deployment descriptors in the application archive
- setAppNameForContext(String, String) - Method in interface org.glassfish.deployment.common.SecurityRoleMapperFactory
-
stores the appname for this particular context id.
- setArchiveHandler(ArchiveHandler) - Method in class org.glassfish.deployment.common.DeploymentContextImpl
- setArchiveName(String) - Method in class org.glassfish.deployment.common.DeploymentProperties
- setArchiveUri(String) - Method in class org.glassfish.deployment.common.ModuleDescriptor
-
Sets the archive uri as defined in the application xml or the full archive path for standalone modules
- setAvailabilityEnabled(boolean) - Method in class org.glassfish.deployment.common.DeploymentProperties
- setBoundsChecking(boolean) - Static method in class org.glassfish.deployment.common.Descriptor
-
Sets a global flag to enable or disable boudsn checking of deployment information
- setCascade(boolean) - Method in class org.glassfish.deployment.common.DeploymentProperties
- setClassLoader(ClassLoader) - Method in class org.glassfish.deployment.common.DeploymentContextImpl
- setClassLoader(ClassLoader) - Method in class org.glassfish.deployment.common.RootDeploymentDescriptor
-
Sets the class loader for this application
- setContextRoot(String) - Method in class org.glassfish.deployment.common.DeploymentProperties
- setContextRoot(String) - Method in class org.glassfish.deployment.common.ModuleDescriptor
-
Sets the context root for Web module
- setDescription(String) - Method in class org.glassfish.deployment.common.DeploymentProperties
- setDescription(String) - Method in class org.glassfish.deployment.common.Descriptor
-
Sets the description text of this descriptor.
- setDescriptor(T) - Method in class org.glassfish.deployment.common.ModuleDescriptor
-
Sets the @see BundleDescriptor descriptor for this module
- setDisplayName(String) - Method in class org.glassfish.deployment.common.Descriptor
-
sets the display name for this bundle
- setDisplayName(String) - Method in class org.glassfish.deployment.common.RootDeploymentDescriptor
-
sets the display name for this bundle
- 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
- setLargeIconUri(String) - Method in class org.glassfish.deployment.common.Descriptor
-
Sets the large icon name of this descriptor as a String.
- setLibraries(String) - Method in class org.glassfish.deployment.common.DeploymentProperties
- setLocalizedDescription(String, String) - Method in class org.glassfish.deployment.common.Descriptor
-
Add a localized description for this descriptor
- setLocalizedDisplayName(String, String) - Method in class org.glassfish.deployment.common.Descriptor
-
Add a localized display name for this descriptor
- setLocalizedLargeIconUri(String, String) - Method in class org.glassfish.deployment.common.Descriptor
-
Sets the large icon uri for a particular language
- setLocalizedSmallIconUri(String, String) - Method in class org.glassfish.deployment.common.Descriptor
-
set the localized small icon uri for the passed language
- setManifest(Manifest) - Method in class org.glassfish.deployment.common.ModuleDescriptor
-
Sets the @see Manifest manifest information for this module
- setModuleDescriptor(ModuleDescriptor) - Method in class org.glassfish.deployment.common.RootDeploymentDescriptor
-
Sets the module descriptor for this bundle
- setModuleID(String) - Method in class org.glassfish.deployment.common.RootDeploymentDescriptor
-
each module is uniquely identified with a moduleID
- setModuleName(String) - Method in class org.glassfish.deployment.common.ModuleDescriptor
-
Sets the module name
- setModulePropsMap(Map<String, Properties>) - Method in class org.glassfish.deployment.common.DeploymentContextImpl
-
Sets the module properties for modules
- setModuleType(ArchiveType) - Method in class org.glassfish.deployment.common.ModuleDescriptor
- 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
- setName(String) - Method in class org.glassfish.deployment.common.Descriptor
-
Sets the name of this descriptor.
- setName(String) - Method in class org.glassfish.deployment.common.RootDeploymentDescriptor
-
as of J2EE1.4, get/setName are deprecated, people should use the set/getDisplayName or the set/getModuleID.
- setName(String) - Method in interface org.glassfish.deployment.common.SecurityRoleMapper
-
Set the role mapper application name
- 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
- setRoleMapper(String, SecurityRoleMapper) - Method in interface org.glassfish.deployment.common.SecurityRoleMapperFactory
-
Sets a new RoleMapper for a particular Application
- setSchemaLocation(String) - Method in class org.glassfish.deployment.common.RootDeploymentDescriptor
- setSmallIconUri(String) - Method in class org.glassfish.deployment.common.Descriptor
-
Sets the small icon name of this descriptor as a String.
- setSource(ReadableArchive) - Method in class org.glassfish.deployment.common.DeploymentContextImpl
- setSpecVersion(String) - Method in class org.glassfish.deployment.common.RootDeploymentDescriptor
-
Sets the specification version of the deployment descriptor
- setStandalone(boolean) - Method in class org.glassfish.deployment.common.ModuleDescriptor
-
Sets the standalone flag
- setTarget(String) - Method in class org.glassfish.deployment.common.DeploymentProperties
- setTenant(String, String) - Method in class org.glassfish.deployment.common.DeploymentContextImpl
- 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
- SimpleDeployer<T extends org.glassfish.api.container.Container,U extends org.glassfish.api.deployment.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
- SMALL_ICON_CHANGED - Static variable in class org.glassfish.deployment.common.Descriptor
- SNIFFERS - 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
- toString() - Method in class org.glassfish.deployment.common.DynamicAttributesDescriptor
- 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
- unassignPrincipalFromRole(Role, Principal) - Method in interface org.glassfish.deployment.common.SecurityRoleMapper
-
Remove the given role-principal mapping
- unassignRole(Role) - Method in interface org.glassfish.deployment.common.SecurityRoleMapper
-
Remove all the role mapping information for this role
- 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.deploy.shared.FileArchive.StaleFileManager.Util
- Util() - Constructor for class com.sun.enterprise.deployment.deploy.shared.Util
V
- validateApplicationName(String) - Static method in class org.glassfish.deployment.common.DeploymentUtils
- valueOf(String) - Static method in enum org.glassfish.deployment.common.JavaEEResourceType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.glassfish.deployment.common.JavaEEResourceType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- 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
- visit(DescriptorVisitor) - Method in class org.glassfish.deployment.common.Descriptor
-
Visitor API implementation, all descriptors must be visitable
- 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
All Classes All Packages