Serialized Form


Package org.apache.commons.beanutils

Class org.apache.commons.beanutils.BasicDynaBean extends Object implements Serializable

Serialized Fields

dynaClass

DynaClass dynaClass
The DynaClass "base class" that this DynaBean is associated with.


values

HashMap values
The set of property values for this DynaBean, keyed by property name.

Class org.apache.commons.beanutils.BasicDynaClass extends Object implements Serializable

Serialized Fields

constructorValues

Object[] constructorValues
The argument values to be passed to the constructore we will use to create new DynaBean instances.


dynaBeanClass

Class dynaBeanClass
The DynaBean implementation class we will use for creating new instances.


name

String name
The "name" of this DynaBean class.


properties

DynaProperty[] properties
The set of dynamic properties that are part of this DynaClass.


propertiesMap

HashMap propertiesMap
The set of dynamic properties that are part of this DynaClass, keyed by the property name. Individual descriptor instances will be the same instances as those in the properties list.

Class org.apache.commons.beanutils.BeanAccessLanguageException extends IllegalArgumentException implements Serializable

Class org.apache.commons.beanutils.BeanComparator extends Object implements Serializable

Serialized Fields

property

String property

comparator

Comparator comparator

Class org.apache.commons.beanutils.ConversionException extends RuntimeException implements Serializable

Serialized Fields

cause

Throwable cause
The root cause of this ConversionException, compatible with JDK 1.4's extensions to java.lang.Throwable.

Class org.apache.commons.beanutils.ConvertingWrapDynaBean extends WrapDynaBean implements Serializable

Class org.apache.commons.beanutils.DynaProperty extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Reads field values for this object safely. There are issues with serializing primitive class types on certain JVM versions (including java 1.3). This method provides a workaround.

Throws:
StreamCorruptedException - when the stream data values are outside expected range
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Writes this object safely. There are issues with serializing primitive class types on certain JVM versions (including java 1.3). This method provides a workaround.

Throws:
IOException
Serialized Fields

name

String name
Property name

Class org.apache.commons.beanutils.LazyDynaBean extends Object implements Serializable

Serialized Fields

values

Map values
The MutableDynaClass "base class" that this DynaBean is associated with.


dynaClass

MutableDynaClass dynaClass
The MutableDynaClass "base class" that this DynaBean is associated with.

Class org.apache.commons.beanutils.LazyDynaClass extends BasicDynaClass implements Serializable

Serialized Fields

restricted

boolean restricted
Controls whether changes to this DynaClass's properties are allowed.


returnNull

boolean returnNull

Controls whether the getDynaProperty() method returns null if a property doesn't exist - or creates a new one.

Default is false.

Class org.apache.commons.beanutils.LazyDynaList extends ArrayList implements Serializable

Serialized Fields

elementDynaClass

DynaClass elementDynaClass
The DynaClass of the List's elements.


elementType

Class elementType
The type of the List's elements.


elementDynaBeanType

Class elementDynaBeanType
The DynaBean type of the List's elements.

Class org.apache.commons.beanutils.LazyDynaMap extends LazyDynaBean implements Serializable

Serialized Fields

name

String name
The name of this DynaClass (analogous to the getName() method of java.lang.Class).


restricted

boolean restricted
Controls whether changes to this DynaClass's properties are allowed.


returnNull

boolean returnNull

Controls whether the getDynaProperty() method returns null if a property doesn't exist - or creates a new one.

Default is false.

Class org.apache.commons.beanutils.NestedNullException extends BeanAccessLanguageException implements Serializable

Class org.apache.commons.beanutils.ResultSetDynaClass extends org.apache.commons.beanutils.JDBCDynaClass implements Serializable

Serialized Fields

resultSet

ResultSet resultSet

The ResultSet we are wrapping.

Class org.apache.commons.beanutils.RowSetDynaClass extends org.apache.commons.beanutils.JDBCDynaClass implements Serializable

Serialized Fields

limit

int limit

Limits the size of the returned list. The call to getRows() will return at most limit number of rows. If less than or equal to 0, does not limit the size of the result.


rows

List rows

The list of DynaBeans representing the contents of the original ResultSet on which this RowSetDynaClass was based.

Class org.apache.commons.beanutils.WrapDynaBean extends Object implements Serializable

Serialized Fields

instance

Object instance
The JavaBean instance wrapped by this WrapDynaBean.


Package org.apache.commons.collections

Class org.apache.commons.collections.ArrayStack extends ArrayList implements Serializable

serialVersionUID: 2130079159931574599L

Class org.apache.commons.collections.BufferOverflowException extends RuntimeException implements Serializable

Serialized Fields

throwable

Throwable throwable

Class org.apache.commons.collections.BufferUnderflowException extends NoSuchElementException implements Serializable

Serialized Fields

throwable

Throwable throwable
The root cause throwable

Class org.apache.commons.collections.CursorableLinkedList extends Object implements Serializable

serialVersionUID: 8836393098519411393L

Serialization Methods

readObject

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

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class org.apache.commons.collections.ExtendedProperties extends Hashtable implements Serializable

Serialized Fields

defaults

ExtendedProperties defaults

file

String file

basePath

String basePath

fileSeparator

String fileSeparator

isInitialized

boolean isInitialized

keysAsListed

ArrayList keysAsListed

Class org.apache.commons.collections.FastArrayList extends ArrayList implements Serializable

Serialized Fields

list

ArrayList list

fast

boolean fast

Class org.apache.commons.collections.FastHashMap extends HashMap implements Serializable

Serialized Fields

map

HashMap map
The underlying map we are managing.


fast

boolean fast
Are we currently operating in "fast" mode?

Class org.apache.commons.collections.FastTreeMap extends TreeMap implements Serializable

Serialized Fields

map

TreeMap map

fast

boolean fast

Class org.apache.commons.collections.FunctorException extends RuntimeException implements Serializable

Serialized Fields

rootCause

Throwable rootCause

Class org.apache.commons.collections.LRUMap extends SequencedHashMap implements Serializable

serialVersionUID: 2197433140769957051L

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.apache.commons.collections.MultiHashMap extends HashMap implements Serializable

serialVersionUID: 1943563828307035349L

Serialization Methods

readObject

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

Class org.apache.commons.collections.SequencedHashMap extends Object implements Serializable

serialVersionUID: 3380552487888102930L

Serialization Methods

readExternal

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

writeExternal

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



Copyright © 2000-2009 The Apache Software Foundation. All Rights Reserved.