Serialized Form


Package org.jboss.managed.api

Class org.jboss.managed.api.ComponentType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

subtype

String subtype

Package org.jboss.managed.plugins

Class org.jboss.managed.plugins.BasicDeploymentTemplateInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
The name the template is registered under with the profile service


description

String description
The template description


rootManagedPropertyName

String rootManagedPropertyName
The name of the ManagedProperty in the Map map obtained from the mainDeployer.getManagedObjects(VFSDeployment) for the DeploymentTemplate this info is associated with.


properties

Map<K,V> properties
The template properties

Class org.jboss.managed.plugins.DefaultFieldsImpl extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Only write out the fields that should be usable by a remote client. Excludes: PROPERTY_INFO ATTACHMENT

Throws:
IOException
Serialized Fields

fields

HashMap<K,V> fields
The fields

Class org.jboss.managed.plugins.DelegateManagedCommonImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

delegate

ManagedObject delegate

Class org.jboss.managed.plugins.DelegateManagedObjectImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

delegate

ManagedObject delegate

Class org.jboss.managed.plugins.ManagedComponentImpl extends DelegateManagedCommonImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

owner

ManagedDeployment owner

type

ComponentType type

runState

RunState runState

Class org.jboss.managed.plugins.ManagedDeploymentImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
The full deployment name


simpleName

String simpleName
The simple deployment name


types

Set<E> types
The set of types assigned to the deployment


phase

ManagedDeployment.DeploymentPhase phase
The profile service phase for the deployment


state

DeploymentState state
The deployment state for the deployment


parent

ManagedDeployment parent
The parent deployment if any


unitMOs

Map<K,V> unitMOs
The deployment ManagedObjects


properties

Map<K,V> properties
The flattened map of all ManagedObject properties


components

Map<K,V> components
The ManagedComponent wrappers for ManagedObjects marked as components


children

List<E> children
The child deployemnts

Class org.jboss.managed.plugins.ManagedObjectImpl extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

name

String name
The object name used for ManagementRef resolution


nameType

String nameType
The name type/qualifier used for ManagementRef resolution


attachmentName

String attachmentName
The attachment name


annotations

Map<K,V> annotations
The object annotations


properties

Map<K,V> properties
The properties


operations

Set<E> operations
The operations


parent

ManagedObject parent
The option parent of this ManagedObject

Class org.jboss.managed.plugins.ManagedOperationImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

description

String description

impact

ManagedOperation.Impact impact

name

String name

parameters

ManagedParameter[] parameters

returnType

MetaType returnType

Class org.jboss.managed.plugins.ManagedParameterImpl extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Read from a stream

Throws:
IOException - for IO problem
ClassNotFoundException - for a classloading problem

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Write out the property fields

Throws:
IOException
Serialized Fields

fields

Fields fields
The fields

Class org.jboss.managed.plugins.ManagedPropertyImpl extends Object implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Read from a stream

Throws:
IOException - for IO problem
ClassNotFoundException - for a classloading problem

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Write out the property fields

Throws:
IOException
Serialized Fields

managedObject

ManagedObject managedObject
The managed object


targetManagedObject

ManagedObject targetManagedObject
The managed object target for a ManagementObjectRef


fields

Fields fields
The fields

Class org.jboss.managed.plugins.WritethroughManagedPropertyImpl extends ManagedPropertyImpl implements Serializable

serialVersionUID: 1L

Serialization Methods

writeReplace

private Object writeReplace()
                     throws ObjectStreamException
Expose only plain ManangedPropertyImpl.

Throws:
ObjectStreamException - for any error

Package org.jboss.metatype.api.types

Class org.jboss.metatype.api.types.AbstractMetaType extends Object implements Serializable

serialVersionUID: 5786422588217893696L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Read the object from a stream

Throws:
IOException
ClassNotFoundException
Serialization Overview
The peristent fields

Serialized Fields

Class org.jboss.metatype.api.types.ArrayMetaType extends AbstractMetaType implements Serializable

serialVersionUID: -2062790692152055156L

Serialized Fields

dimension

int dimension
The number of dimensions in the array


elementType

MetaType elementType
The element type for the array


primitiveArray

boolean primitiveArray
Is elementType a primative array

Class org.jboss.metatype.api.types.CollectionMetaType extends AbstractMetaType implements Serializable

serialVersionUID: -2062790692152055156L

Serialized Fields

elementType

MetaType elementType
The element type for the array

Class org.jboss.metatype.api.types.EnumMetaType extends AbstractMetaType implements Serializable

serialVersionUID: 6786422588217893696L

Serialized Fields

validValues

List<E> validValues
The valid values

Class org.jboss.metatype.api.types.GenericMetaType extends AbstractMetaType implements Serializable

serialVersionUID: 6783554622082477064L

Class org.jboss.metatype.api.types.ImmutableCompositeMetaType extends AbstractCompositeMetaType implements Serializable

serialVersionUID: 1133171306971861455L

Class org.jboss.metatype.api.types.ImmutableTableMetaType extends AbstractMetaType implements Serializable

serialVersionUID: 5791103660662775558L

Serialized Fields

rowType

CompositeMetaType rowType
The open type of the rows


indexNames

List<E> indexNames
Index names

Class org.jboss.metatype.api.types.MapCompositeMetaType extends AbstractCompositeMetaType implements Serializable

serialVersionUID: 1L

Serialized Fields

valueType

MetaType valueType

Class org.jboss.metatype.api.types.PropertiesMetaType extends AbstractMetaType implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyNameDescriptions

Map<K,V> propertyNameDescriptions
A mapping from known property names to description

Class org.jboss.metatype.api.types.SimpleMetaType extends AbstractMetaType implements Serializable

serialVersionUID: 6786422588217893696L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Resolve to the singletons

Throws:
ObjectStreamException - for a corrupted stream

Package org.jboss.metatype.api.values

Class org.jboss.metatype.api.values.AbstractMetaValue extends Object implements Serializable

serialVersionUID: -2213622770885293629L

Class org.jboss.metatype.api.values.ArrayValueSupport extends AbstractMetaValue implements Serializable

serialVersionUID: 1131827130033538066L

Serialized Fields

metaType

ArrayMetaType metaType
The array meta type


value

Object value
The value

Class org.jboss.metatype.api.values.CollectionValueSupport extends AbstractMetaValue implements Serializable

serialVersionUID: 1131827130033538066L

Serialized Fields

metaType

CollectionMetaType metaType
The collection meta type


elements

MetaValue[] elements
The elements

Class org.jboss.metatype.api.values.CompositeValueSupport extends AbstractMetaValue implements Serializable

serialVersionUID: 6262188760975631870L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialization Overview
The serialized form

Serialized Fields

Class org.jboss.metatype.api.values.EnumValueSupport extends AbstractMetaValue implements Serializable

serialVersionUID: -6472212391813711803L

Serialized Fields

metaType

EnumMetaType metaType
The enum meta type


value

String value
The value

Class org.jboss.metatype.api.values.GenericValueSupport extends AbstractMetaValue implements Serializable

serialVersionUID: 5552880928848272037L

Serialized Fields

metaType

GenericMetaType metaType
The generic meta type


value

Serializable value
The value

Class org.jboss.metatype.api.values.MapCompositeValueSupport extends AbstractMetaValue implements Serializable

serialVersionUID: 1L

Serialized Fields

map

Map<K,V> map

mapType

MapCompositeMetaType mapType

Class org.jboss.metatype.api.values.PropertiesMetaValue extends Properties implements Serializable

serialVersionUID: 1L

Serialized Fields

type

PropertiesMetaType type

Class org.jboss.metatype.api.values.SimpleValueSupport extends AbstractMetaValue implements Serializable

serialVersionUID: 8473043036261557127L

Serialized Fields

metaType

SimpleMetaType metaType
The simple meta type


value

Serializable value
The value

Class org.jboss.metatype.api.values.TableValueSupport extends AbstractMetaValue implements Serializable

serialVersionUID: -6862672408820383430L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialization Overview
The serialized form

Serialized Fields

Package org.jboss.metatype.plugins.types

Class org.jboss.metatype.plugins.types.AbstractCompositeMetaType extends AbstractMetaType implements Serializable

serialVersionUID: -7421421680257307598L

Serialized Fields

nameToDescription

TreeMap<K,V> nameToDescription
Item names to descriptions


nameToType

TreeMap<K,V> nameToType
Item names to meta types


keys

Set<E> keys
The keys

Class org.jboss.metatype.plugins.types.MutableCompositeMetaType extends AbstractCompositeMetaType implements Serializable

serialVersionUID: -8580367706705513814L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

Class org.jboss.metatype.plugins.types.StringName extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

Package org.jboss.metatype.plugins.values

Class org.jboss.metatype.plugins.values.CompositeValueInvocationHandler extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

compositeValue

CompositeValue compositeValue
The composite value



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