|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package org.jboss.managed.api |
|---|
| Class org.jboss.managed.api.ComponentType extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String type
String subtype
| Package org.jboss.managed.plugins |
|---|
| Class org.jboss.managed.plugins.BasicDeploymentTemplateInfo extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String name
String description
String rootManagedPropertyName
Map<K,V> properties
| Class org.jboss.managed.plugins.DefaultFieldsImpl extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
IOException| Serialized Fields |
|---|
HashMap<K,V> fields
| Class org.jboss.managed.plugins.DelegateManagedCommonImpl extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
ManagedObject delegate
| Class org.jboss.managed.plugins.DelegateManagedObjectImpl extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
ManagedObject delegate
| Class org.jboss.managed.plugins.ManagedComponentImpl extends DelegateManagedCommonImpl implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
ManagedDeployment owner
ComponentType type
RunState runState
| Class org.jboss.managed.plugins.ManagedDeploymentImpl extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String name
String simpleName
Set<E> types
ManagedDeployment.DeploymentPhase phase
DeploymentState state
ManagedDeployment parent
Map<K,V> unitMOs
Map<K,V> properties
Map<K,V> components
List<E> children
| Class org.jboss.managed.plugins.ManagedObjectImpl extends Object implements Serializable |
|---|
serialVersionUID: 2L
| Serialized Fields |
|---|
String name
String nameType
String attachmentName
Map<K,V> annotations
Map<K,V> properties
Set<E> operations
ManagedObject parent
| Class org.jboss.managed.plugins.ManagedOperationImpl extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String description
ManagedOperation.Impact impact
String name
ManagedParameter[] parameters
MetaType returnType
| Class org.jboss.managed.plugins.ManagedParameterImpl extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException - for IO problem
ClassNotFoundException - for a classloading problem
private void writeObject(ObjectOutputStream out)
throws IOException
IOException| Serialized Fields |
|---|
Fields fields
| Class org.jboss.managed.plugins.ManagedPropertyImpl extends Object implements Serializable |
|---|
serialVersionUID: 2L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException - for IO problem
ClassNotFoundException - for a classloading problem
private void writeObject(ObjectOutputStream out)
throws IOException
IOException| Serialized Fields |
|---|
ManagedObject managedObject
ManagedObject targetManagedObject
Fields fields
| Class org.jboss.managed.plugins.WritethroughManagedPropertyImpl extends ManagedPropertyImpl implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
private Object writeReplace()
throws ObjectStreamException
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 |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException| Serialization Overview |
|---|
| Serialized Fields |
|---|
| Class org.jboss.metatype.api.types.ArrayMetaType extends AbstractMetaType implements Serializable |
|---|
serialVersionUID: -2062790692152055156L
| Serialized Fields |
|---|
int dimension
MetaType elementType
boolean primitiveArray
| Class org.jboss.metatype.api.types.CollectionMetaType extends AbstractMetaType implements Serializable |
|---|
serialVersionUID: -2062790692152055156L
| Serialized Fields |
|---|
MetaType elementType
| Class org.jboss.metatype.api.types.EnumMetaType extends AbstractMetaType implements Serializable |
|---|
serialVersionUID: 6786422588217893696L
| Serialized Fields |
|---|
List<E> validValues
| 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 |
|---|
CompositeMetaType rowType
List<E> indexNames
| Class org.jboss.metatype.api.types.MapCompositeMetaType extends AbstractCompositeMetaType implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
MetaType valueType
| Class org.jboss.metatype.api.types.PropertiesMetaType extends AbstractMetaType implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
Map<K,V> propertyNameDescriptions
| Class org.jboss.metatype.api.types.SimpleMetaType extends AbstractMetaType implements Serializable |
|---|
serialVersionUID: 6786422588217893696L
| Serialization Methods |
|---|
private Object readResolve()
throws ObjectStreamException
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 |
|---|
ArrayMetaType metaType
Object value
| Class org.jboss.metatype.api.values.CollectionValueSupport extends AbstractMetaValue implements Serializable |
|---|
serialVersionUID: 1131827130033538066L
| Serialized Fields |
|---|
CollectionMetaType metaType
MetaValue[] elements
| Class org.jboss.metatype.api.values.CompositeValueSupport extends AbstractMetaValue implements Serializable |
|---|
serialVersionUID: 6262188760975631870L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException| Serialization Overview |
|---|
| Serialized Fields |
|---|
| Class org.jboss.metatype.api.values.EnumValueSupport extends AbstractMetaValue implements Serializable |
|---|
serialVersionUID: -6472212391813711803L
| Serialized Fields |
|---|
EnumMetaType metaType
String value
| Class org.jboss.metatype.api.values.GenericValueSupport extends AbstractMetaValue implements Serializable |
|---|
serialVersionUID: 5552880928848272037L
| Serialized Fields |
|---|
GenericMetaType metaType
Serializable value
| Class org.jboss.metatype.api.values.MapCompositeValueSupport extends AbstractMetaValue implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
Map<K,V> map
MapCompositeMetaType mapType
| Class org.jboss.metatype.api.values.PropertiesMetaValue extends Properties implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
PropertiesMetaType type
| Class org.jboss.metatype.api.values.SimpleValueSupport extends AbstractMetaValue implements Serializable |
|---|
serialVersionUID: 8473043036261557127L
| Serialized Fields |
|---|
SimpleMetaType metaType
Serializable value
| Class org.jboss.metatype.api.values.TableValueSupport extends AbstractMetaValue implements Serializable |
|---|
serialVersionUID: -6862672408820383430L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException| Serialization Overview |
|---|
| Serialized Fields |
|---|
| Package org.jboss.metatype.plugins.types |
|---|
| Class org.jboss.metatype.plugins.types.AbstractCompositeMetaType extends AbstractMetaType implements Serializable |
|---|
serialVersionUID: -7421421680257307598L
| Serialized Fields |
|---|
TreeMap<K,V> nameToDescription
TreeMap<K,V> nameToType
Set<E> keys
| Class org.jboss.metatype.plugins.types.MutableCompositeMetaType extends AbstractCompositeMetaType implements Serializable |
|---|
serialVersionUID: -8580367706705513814L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException| Class org.jboss.metatype.plugins.types.StringName extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
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
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||