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

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

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

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 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 © 2008 JBoss Inc.. All Rights Reserved.