Serialized Form


Package org.jboss.deployment

Class org.jboss.deployment.DeploymentException extends org.jboss.deployers.spi.DeploymentException implements Serializable

serialVersionUID: 1416258464473965574L

Class org.jboss.deployment.DeploymentInfo extends Object implements Serializable

serialVersionUID: 1131841473723490707L

Serialized Fields

date

Date date
The initial construction timestamp


url

URL url
the URL identifing this SDI


localUrl

URL localUrl
An optional URL to a local copy of the deployment


watch

URL watch
The URL used to watch for changes when the deployment is unpacked


shortName

String shortName
The suffix of the deployment url


lastDeployed

long lastDeployed
The last system time the deployment inited by the MainDeployer


lastModified

long lastModified
use for "should we redeploy failed"


status

String status
A free form status for the "state" can be Deployed/failed etc etc


state

DeploymentState state
The current state of the deployment


classpath

Collection<E> classpath
The classpath declared by this xml descriptor, needs entry


mbeans

List<E> mbeans
The mbeans deployed


subDeployments

Set<E> subDeployments
Anyone can have subdeployments


parent

DeploymentInfo parent
And the subDeployments have a parent


webContext

String webContext
the web root context in case of war file


document

Document document
Each Deployment is really mapping one to one to a XML document, here in its parsed form. A xerces document (org.apache.xerces.dom.DocumentImpl) is serializable.


documentUrl

URL documentUrl
An optional URL to the URL of the document loaded


alternativeDD

String alternativeDD
If this deployed as part of an EAR, there may be an alernative DD


isXML

boolean isXML
Is this a stand-alone service descriptor


isScript

boolean isScript
Is this a stand-alone script


isDirectory

boolean isDirectory
Does the deployment url point to a directory


sortedSubDeployments

boolean sortedSubDeployments
Are the subdeploymets already sorted


deployedObject

ObjectName deployedObject
The variable deployedObject can contain the MBean that is created through the deployment. for instance, deploying an ejb-jar results in an EjbModule mbean, which is stored here.


repositoryConfig

LoaderRepositoryFactory.LoaderRepositoryConfig repositoryConfig
The configuration of the loader repository for this deployment

Class org.jboss.deployment.DeploymentState extends Object implements Serializable

serialVersionUID: -2319062412502366783L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Resolve objects on deserialization to one of the identity objects.

Throws:
ObjectStreamException
Serialized Fields

state

String state

Class org.jboss.deployment.IncompleteDeploymentException extends DeploymentException implements Serializable

serialVersionUID: 1428860525880893167L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Read-in the string-fied information produced by writeObject()

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
String-ify the contained information when serializing

Throws:
IOException
Serialized Fields

string

String string
only serializable info

Class org.jboss.deployment.SerializableDeploymentInfo extends Object implements Serializable

serialVersionUID: -3847995513551913798L

Serialized Fields

date

Date date

url

URL url

localUrl

URL localUrl

watch

URL watch

shortName

String shortName

lastDeployed

long lastDeployed

lastModified

long lastModified

status

String status

state

DeploymentState state

deployer

ObjectName deployer

classpath

Collection<E> classpath

mbeans

List<E> mbeans

subDeployments

List<E> subDeployments

parent

SerializableDeploymentInfo parent

webContext

String webContext

documentUrl

URL documentUrl

isXML

boolean isXML

isScript

boolean isScript

isDirectory

boolean isDirectory

deployedObject

ObjectName deployedObject

Class org.jboss.deployment.SubDeployerSupport.ClassConfiguration extends org.jboss.util.property.PropertyContainer implements Serializable

Serialized Fields

nativeLibToken

String nativeLibToken

Package org.jboss.system

Class org.jboss.system.ConfigurationException extends org.jboss.util.NestedException implements Serializable

Class org.jboss.system.InvalidAttributeException extends ConfigurationException implements Serializable

Class org.jboss.system.MissingAttributeException extends ConfigurationException implements Serializable

Class org.jboss.system.ServiceContext extends Object implements Serializable

serialVersionUID: 7461263042948325633L

Serialized Fields

objectName

ObjectName objectName
The name of the service


state

int state
State of the service


iDependOn

List<E> iDependOn
Dependent beans


dependsOnMe

List<E> dependsOnMe
Beans that depend on me


problem

Throwable problem
Cause for failure


Package org.jboss.system.deployers

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

Serialization Methods

readResolve

Object readResolve()
Serialized Fields

useDefaults

boolean useDefaults

suffixOrder

Map<K,V> suffixOrder

defaultOrder

int defaultOrder

Package org.jboss.system.filterfactory

Class org.jboss.system.filterfactory.DeploymentInfoNotificationFilterFactory.DeploymentInfoNotificationFilter extends JBossNotificationFilterSupport implements Serializable

serialVersionUID: -5067618040005609685L

Serialized Fields

enabledShortNames

Set<E> enabledShortNames
The short names that will pass the filter


Package org.jboss.system.metadata

Class org.jboss.system.metadata.ServiceAnnotationMetaData extends org.jboss.util.JBossObject implements Serializable

serialVersionUID: 1L

Serialized Fields

annotation

String annotation

ann

Annotation ann

replace

boolean replace

Class org.jboss.system.metadata.ServiceAttributeMetaData extends AbstractMetaDataVisitorNode implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
The attribute name


trim

boolean trim
Whether to trim the value


replace

boolean replace
Whether to do property replacement


value

ServiceValueMetaData value
The value

Class org.jboss.system.metadata.ServiceConstructorMetaData extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

signature

String[] signature
The constructor signature.


params

String[] params
The constructor parameters.


parameters

Object[] parameters
The real parameters

Class org.jboss.system.metadata.ServiceDependencyListValueMetaData extends AbstractMetaDataVisitorNode implements Serializable

serialVersionUID: 1L

Serialized Fields

dependencies

List<E> dependencies
The dependencies


objectNames

List<E> objectNames
The object names

Class org.jboss.system.metadata.ServiceDependencyMetaData extends AbstractMetaDataVisitorNode implements Serializable

serialVersionUID: 1L

Serialized Fields

iDependOn

String iDependOn
The dependency


iDependOnObjectName

ObjectName iDependOnObjectName
The dependency

Class org.jboss.system.metadata.ServiceDependencyValueMetaData extends AbstractMetaDataVisitorNode implements Serializable

serialVersionUID: 1L

Serialized Fields

dependency

String dependency
The dependency


objectName

ObjectName objectName
The dependency


proxyType

String proxyType
The proxy type

Class org.jboss.system.metadata.ServiceDeployment extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
The deployment name


services

List<E> services
The services


config

Element config
The config


loaderRepositoryConfig

LoaderRepositoryFactory.LoaderRepositoryConfig loaderRepositoryConfig
The loader repository config


classPaths

List<E> classPaths
The classpaths

Class org.jboss.system.metadata.ServiceDeploymentClassPath extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

codeBase

String codeBase
The code base


archives

String archives
The archives

Class org.jboss.system.metadata.ServiceElementValueMetaData extends AbstractMetaDataVisitorNode implements Serializable

serialVersionUID: 1L

Serialized Fields

element

Element element
The element

Class org.jboss.system.metadata.ServiceInjectionValueMetaData extends AbstractMetaDataVisitorNode implements Serializable

serialVersionUID: 2L

Serialized Fields

dependency

Object dependency
The dependency


property

String property
The property


dependentState

org.jboss.dependency.spi.ControllerState dependentState
The required state of the dependency

Class org.jboss.system.metadata.ServiceJavaBeanValueMetaData extends ServiceElementValueMetaData implements Serializable

serialVersionUID: 1L

Class org.jboss.system.metadata.ServiceJBXBValueMetaData extends ServiceElementValueMetaData implements Serializable

serialVersionUID: 1L

Class org.jboss.system.metadata.ServiceMetaData extends AbstractMetaDataVisitorNode implements Serializable

serialVersionUID: 1L

Serialized Fields

objectName

ObjectName objectName
The ObjectName


code

String code
The code


mode

org.jboss.dependency.spi.ControllerMode mode
The mode


interfaceName

String interfaceName
The interface name


constructor

ServiceConstructorMetaData constructor
The constructor


xmbeanDD

String xmbeanDD
The XMBean dds


xmbeanCode

String xmbeanCode
The XMBean code


xmbeanDescriptor

Element xmbeanDescriptor
The XMBean descriptor


attributes

List<E> attributes
The attributes


dependencies

List<E> dependencies
The dependencies


annotations

List<E> annotations
The annotations


classLoaderName

ObjectName classLoaderName
The class loader


aliases

List<E> aliases

Class org.jboss.system.metadata.ServiceTextValueMetaData extends AbstractMetaDataVisitorNode implements Serializable

serialVersionUID: 1L

Serialized Fields

text

String text
The text

Class org.jboss.system.metadata.ServiceValueFactoryValueMetaData extends AbstractMetaDataVisitorNode implements Serializable

serialVersionUID: 2L

Serialized Fields

dependency

Object dependency
The dependency


method

String method
The method


defaultValue

ServiceTextValueMetaData defaultValue

parameterMetaData

List<E> parameterMetaData

parameterValues

Object[] parameterValues

parameterTypes

String[] parameterTypes

dependentState

org.jboss.dependency.spi.ControllerState dependentState
The required state of the dependency



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.