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.api.annotation

Class org.jboss.managed.api.annotation.ManagementProperty.NULL_FIELDS_FACTORY extends Object implements Serializable

Class org.jboss.managed.api.annotation.ManagementProperty.NULL_PROPERTY_FACTORY extends Object implements Serializable


Package org.jboss.managed.plugins

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

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

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


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

ArrayList<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


attachment

Serializable attachment
The attachment


annotations

Map<K,V> annotations
The object annotations


properties

Map<K,V> properties
The properties


operations

Set<E> operations
The operations

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

org.jboss.metatype.api.types.MetaType<T extends Serializable> 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



Copyright ? 2007 JBoss Inc.. All Rights Reserved.