Serialized Form


Package org.jboss.deployment

Class org.jboss.deployment.DeploymentException extends org.jboss.util.NestedException 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

javax.management.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

org.jboss.mx.loading.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

javax.management.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

javax.management.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

javax.management.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.filterfactory

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

serialVersionUID: -5067618040005609685L

Serialized Fields

enabledShortNames

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



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.