Serialized Form


Package org.jboss.deployers.structure.spi

Package org.jboss.deployers.structure.spi.classloading

Class org.jboss.deployers.structure.spi.classloading.ClassLoaderMetaData extends Object implements Serializable

serialVersionUID: -2782951093046585620L

Serialized Fields

name

String name
The name


version

Version version
The version


domain

String domain
The classloading domain


parentDomain

String parentDomain
The parent domain


j2seClassLoadingCompliance

boolean j2seClassLoadingCompliance
Whether to enforce j2se classloading compliance


exportAll

ExportAll exportAll
Whether to export all


importAll

boolean importAll
Whether to import all


requirements

List<E> requirements
The requirements


capabilities

List<E> capabilities
The capabilities


Package org.jboss.deployers.structure.spi.classloading.helpers

Class org.jboss.deployers.structure.spi.classloading.helpers.ModuleCapabilityImpl extends Object implements Serializable

serialVersionUID: -5444212755644141118L

Serialized Fields

name

String name
The module name


version

Version version
The version

Class org.jboss.deployers.structure.spi.classloading.helpers.PackageCapabilityImpl extends Object implements Serializable

serialVersionUID: -1586959469453286396L

Serialized Fields

name

String name
The package name


version

Version version
The version

Class org.jboss.deployers.structure.spi.classloading.helpers.RequireModuleImpl extends Object implements Serializable

serialVersionUID: -7108063877472769918L

Serialized Fields

name

String name
The module name required


versionRange

VersionRange versionRange
The version range

Class org.jboss.deployers.structure.spi.classloading.helpers.RequirePackageImpl extends Object implements Serializable

serialVersionUID: -7552921085464308835L

Serialized Fields

name

String name
The package name required


versionRange

VersionRange versionRange
The version range


Package org.jboss.deployers.structure.spi.helpers

Class org.jboss.deployers.structure.spi.helpers.AbstractDeploymentContext extends org.jboss.deployers.spi.attachments.helpers.ManagedObjectsWithTransientAttachmentsImpl implements Serializable

serialVersionUID: 7368360479461613969L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Serial Data:
name, simpleName, relativePath, state, problem, deployment, deployed, parent, deploymentTypes, children, components
Throws:
IOException - for any error

Class org.jboss.deployers.structure.spi.helpers.AbstractDeploymentUnit extends org.jboss.deployers.spi.attachments.helpers.AbstractMutableAttachments implements Serializable

serialVersionUID: 1513962148798298768L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Serial Data:
deploymentContext
Throws:
IOException - for any error

Class org.jboss.deployers.structure.spi.helpers.ComponentDeploymentContext extends Object implements Serializable

serialVersionUID: -5105972679660633071L

Serialized Fields

log

org.jboss.logging.Logger log
The log


name

String name
The name


controllerContextNames

Set<E> controllerContextNames
The controller context names - should be serializable


unit

DeploymentUnit unit
The deployment unit


parent

DeploymentContext parent
The parent context


components

List<E> components
The component contexts


scope

org.jboss.metadata.spi.scope.ScopeKey scope
The scope


mutableScope

org.jboss.metadata.spi.scope.ScopeKey mutableScope
The mutable scope

Class org.jboss.deployers.structure.spi.helpers.DefaultDeploymentContextComparator extends Object implements Serializable

serialVersionUID: 4933914203587980050L

Serialization Methods

readResolve

Object readResolve()



Copyright ? 2007 JBoss Inc.. All Rights Reserved.