站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 system API Documentation 英文版文档

Serialized Form (JBoss System API) - JBoss 4.0.1 sp1 system API Documentation 英文版文档


Serialized Form


Package org.jboss.deployment

Class org.jboss.deployment.DeploymentException extends org.jboss.util.NestedException implements Serializable

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 classpath
The classpath declared by this xml descriptor, needs entry


mbeans

List mbeans
The mbeans deployed


subDeployments

Set 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

isDirectory

boolean isDirectory
Does the deployment url point to a directory


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

Serialization Methods

readResolve

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

Serialized Fields

state

String state

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

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialized Fields

string

String string

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

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 classpath

mbeans

List mbeans

subDeployments

List 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

Serialized Fields

objectName

javax.management.ObjectName objectName
The name of the service


state

int state
State of the service


iDependOn

List iDependOn
dependent beans


dependsOnMe

List dependsOnMe
beans that depend on me


proxy

Service proxy
the fancy proxy to my service calls


problem

Throwable problem



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