Serialized Form


Package org.jboss.osgi.plugins.facade

Class org.jboss.osgi.plugins.facade.InternalOSGiFacadeException extends RuntimeException implements Serializable


Package org.jboss.osgi.plugins.metadata

Class org.jboss.osgi.plugins.metadata.AbstractAttributeAware extends org.jboss.util.JBossObject implements Serializable

serialVersionUID: 1L

Serialized Fields

attribute

String attribute

Class org.jboss.osgi.plugins.metadata.AbstractAttributeMetaData extends AbstractMetaDataVisitorNode implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
The attribute name


value

ServiceValueMetaData value
The value

Class org.jboss.osgi.plugins.metadata.AbstractDependencyMetaData extends AbstractMetaDataVisitorNode implements Serializable

serialVersionUID: 1L

Serialized Fields

dependency

Object dependency
The dependency, may transient?

Class org.jboss.osgi.plugins.metadata.AbstractHolderMetaData extends AbstractMetaDataVisitorNode implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

anInterface

String anInterface

depends

Set<E> depends

classLoaderMetaData

org.jboss.beans.metadata.spi.ClassLoaderMetaData classLoaderMetaData

Class org.jboss.osgi.plugins.metadata.AbstractListenerMetaData extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

ref

String ref

bindMethod

String bindMethod

unbindMethod

String unbindMethod

Class org.jboss.osgi.plugins.metadata.AbstractOSGiMetaData extends org.jboss.deployers.vfs.spi.deployer.helpers.AbstractManifestMetaData implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

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

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class org.jboss.osgi.plugins.metadata.AbstractPackageAttribute extends AbstractParameterizedAttribute implements Serializable

serialVersionUID: 1L

Serialized Fields

packageInfo

org.jboss.reflect.spi.PackageInfo packageInfo

versionRange

VersionRange versionRange

Class org.jboss.osgi.plugins.metadata.AbstractParameter extends org.jboss.util.JBossObject implements Serializable

Serialized Fields

values

Collection<E> values

Class org.jboss.osgi.plugins.metadata.AbstractParameterizedAttribute extends AbstractAttributeAware implements Serializable

serialVersionUID: 1L

Serialized Fields

parameters

Map<K,V> parameters

Class org.jboss.osgi.plugins.metadata.AbstractReferenceMetaData extends AbstractHolderMetaData implements Serializable

serialVersionUID: 1L

Serialized Fields

filter

String filter

cardinality

org.jboss.dependency.spi.Cardinality cardinality

timeout

Integer timeout

listeners

List<E> listeners

properties

Set<E> properties

Class org.jboss.osgi.plugins.metadata.AbstractServiceMetaData extends AbstractHolderMetaData implements Serializable

serialVersionUID: 1L

Serialized Fields

interfaces

Set<E> interfaces

serviceProperties

Map<K,V> serviceProperties

ref

String ref

lazyInit

boolean lazyInit

attributes

List<E> attributes
The references

Class org.jboss.osgi.plugins.metadata.AbstractVersionRange extends org.jboss.util.JBossObject implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

rangeSpec

String rangeSpec
create object from this after serialization

Class org.jboss.osgi.plugins.metadata.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class org.jboss.osgi.plugins.metadata.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.



Copyright ? 2007 JBoss Inc.. All Rights Reserved.