Serialized Form
-
Package org.glassfish.deployment.common
-
Exception Class org.glassfish.deployment.common.DeploymentException
class DeploymentException extends RuntimeException implements Serializable- serialVersionUID:
- 8L
-
Class org.glassfish.deployment.common.DeploymentProperties
class DeploymentProperties extends Properties implements Serializable- serialVersionUID:
- -6891581813642829148L
-
Class org.glassfish.deployment.common.Descriptor
class Descriptor extends DynamicAttributesDescriptor implements Serializable- serialVersionUID:
- 1L
-
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 -
largeIcons
Map<String,
String> largeIcons icons map indexed by language -
smallIcons
Map<String,
String> smallIcons
-
-
Class org.glassfish.deployment.common.DynamicAttributesDescriptor
class DynamicAttributesDescriptor extends Observable implements Serializable -
Class org.glassfish.deployment.common.ModuleDescriptor
class ModuleDescriptor extends Descriptor implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
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
class RootDeploymentDescriptor extends Descriptor implements Serializable- serialVersionUID:
- 1L
-
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<RootDeploymentDescriptor> 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
-
Exception Class org.glassfish.deployment.versioning.VersioningException
class VersioningException extends RuntimeException implements Serializable -
Exception Class org.glassfish.deployment.versioning.VersioningSyntaxException
class VersioningSyntaxException extends VersioningException implements Serializable -
Exception Class org.glassfish.deployment.versioning.VersioningWildcardException
class VersioningWildcardException extends VersioningException implements Serializable
-