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

displayNames

Map<K,V> displayNames
My display name indexed by language


descriptions

Map<K,V> descriptions
My descriptions indexed by language


largeIcons

Map<K,V> largeIcons
icons map indexed by language


smallIcons

Map<K,V> smallIcons

descriptorExtensions

Map<K,V> descriptorExtensions

docType

String docType

Class org.glassfish.deployment.common.DynamicAttributesDescriptor extends Observable implements Serializable

Serialized Fields

dynamicAttributes

Map<K,V> dynamicAttributes

Class org.glassfish.deployment.common.ModuleDescriptor extends Descriptor implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Implementation of the serializable interface since ModuleType is not serializable

Throws:
IOException
Serialized Fields

type

ArchiveType type
type of the module, currently EJB, WEB...


path

String path
path for the module bundle


altDD

String altDD
alternate descriptor (if any) path


contextRoot

String contextRoot
context-root if dealing with a web module


descriptor

RootDeploymentDescriptor descriptor
loaded deployment descriptor for this module


standalone

boolean standalone
is it a standalone module, or part of a J2EE Application


moduleName

String moduleName

Class org.glassfish.deployment.common.RootDeploymentDescriptor extends Descriptor implements Serializable

Serialized Fields

moduleID

String moduleID
each module is uniquely identified with a moduleID


specVersion

String specVersion
version of the specification loaded by this descriptor


index

String index
optional index string to disambiguate when serveral extensions are part of the same module


extensions

Map<K,V> extensions
Extensions for this module descriptor, keyed by type, indexed using the instance's index


moduleDescriptor

ModuleDescriptor<T extends RootDeploymentDescriptor> moduleDescriptor
contains the information for this module (like it's module name)


fullFlag

boolean fullFlag

fullAttribute

boolean fullAttribute

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



Copyright © 2012. All Rights Reserved.