Serialized Form
-
Package org.glassfish.deployment.common
-
Class org.glassfish.deployment.common.DeploymentException extends RuntimeException implements Serializable
- serialVersionUID:
- -7110600101249180249L
-
Class org.glassfish.deployment.common.DeploymentProperties extends Properties implements Serializable
- serialVersionUID:
- -6891581813642829148L
-
Class org.glassfish.deployment.common.Descriptor extends DynamicAttributesDescriptor implements Serializable
-
Serialized Fields
-
descriptions
Map<String,String> descriptions
My descriptions indexed by language -
descriptorExtensions
Map<Class<? extends Descriptor>,List<? extends Descriptor>> descriptorExtensions
-
displayNames
Map<String,String> displayNames
My display name indexed by language -
docType
String docType
-
largeIcons
Map<String,String> largeIcons
icons map indexed by language -
smallIcons
Map<String,String> smallIcons
-
-
-
Class org.glassfish.deployment.common.DynamicAttributesDescriptor extends Observable implements Serializable
-
Serialized Fields
-
dynamicAttributes
Map dynamicAttributes
-
-
-
Class org.glassfish.deployment.common.ModuleDescriptor extends Descriptor implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Implementation of the serializable interface since ModuleType is not serializable- Throws:
IOException
-
-
Serialized Fields
-
altDD
String altDD
alternate descriptor (if any) path -
contextRoot
String contextRoot
context-root if dealing with a web module -
descriptor
T extends RootDeploymentDescriptor descriptor
loaded deployment descriptor for this module -
moduleName
String moduleName
-
path
String path
path for the module bundle -
standalone
boolean standalone
is it a standalone module, or part of a J2EE Application -
type
org.glassfish.api.deployment.archive.ArchiveType type
type of the module, currently EJB, WEB...
-
-
-
Class org.glassfish.deployment.common.RootDeploymentDescriptor extends Descriptor implements Serializable
-
Serialized Fields
-
extensions
Map<Class<? extends RootDeploymentDescriptor>,List<RootDeploymentDescriptor>> extensions
Extensions for this module descriptor, keyed by type, indexed using the instance's index -
index
String index
optional index string to disambiguate when serveral extensions are part of the same module -
moduleDescriptor
ModuleDescriptor moduleDescriptor
contains the information for this module (like it's module name) -
moduleID
String moduleID
each module is uniquely identified with a moduleID -
specVersion
String specVersion
version of the specification loaded by this descriptor
-
-
-
-
Package org.glassfish.deployment.versioning
-
Class org.glassfish.deployment.versioning.VersioningException extends RuntimeException implements Serializable
-
Class org.glassfish.deployment.versioning.VersioningSyntaxException extends VersioningException implements Serializable
-
Class org.glassfish.deployment.versioning.VersioningWildcardException extends VersioningException implements Serializable
-