Serialized Form
Package org.apache.commons.beanutils |
dynaClass
DynaClass dynaClass
- The
DynaClass
"base class" that this DynaBean
is associated with.
values
java.util.HashMap values
- The set of property values for this DynaBean, keyed by property name.
constructorValues
java.lang.Object[] constructorValues
- The argument values to be passed to the constructore we will use
to create new DynaBean instances.
dynaBeanClass
java.lang.Class dynaBeanClass
- The
DynaBean
implementation class we will use for
creating new instances.
name
java.lang.String name
- The "name" of this DynaBean class.
properties
DynaProperty[] properties
- The set of dynamic properties that are part of this DynaClass.
propertiesMap
java.util.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.
cause
java.lang.Throwable cause
- The root cause of this
ConversionException
, compatible with
JDK 1.4's extensions to java.lang.Throwable
.
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.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:
java.io.StreamCorruptedException
- when the stream data values are outside expected range
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.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.
name
java.lang.String name
- Property name
values
java.util.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.
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
.
name
java.lang.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
.
resultSet
java.sql.ResultSet resultSet
The ResultSet
we are wrapping.
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
java.util.List rows
The list of DynaBean
s representing the contents of
the original ResultSet
on which this
RowSetDynaClass
was based.
Package org.apache.commons.collections |
serialVersionUID: 2130079159931574599l
Class org.apache.commons.collections.BufferOverflowException extends java.lang.RuntimeException implements Serializable |
throwable
java.lang.Throwable throwable
throwable
java.lang.Throwable throwable
- The root cause throwable
Class org.apache.commons.collections.CursorableLinkedList extends java.lang.Object implements Serializable |
serialVersionUID: 8836393098519411393l
readObject
private void readObject(java.io.ObjectInputStream)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream)
throws java.io.IOException
Class org.apache.commons.collections.ExtendedProperties extends java.util.Hashtable implements Serializable |
defaults
org.apache.commons.collections.ExtendedProperties defaults
file
java.lang.String file
basePath
java.lang.String basePath
fileSeparator
java.lang.String fileSeparator
isInitialized
boolean isInitialized
keysAsListed
java.util.ArrayList keysAsListed
Class org.apache.commons.collections.FastArrayList extends java.util.ArrayList implements Serializable |
list
java.util.ArrayList list
fast
boolean fast
map
java.util.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 java.util.TreeMap implements Serializable |
map
java.util.TreeMap map
fast
boolean fast
Class org.apache.commons.collections.FunctorException extends java.lang.RuntimeException implements Serializable |
rootCause
java.lang.Throwable rootCause
Class org.apache.commons.collections.LRUMap extends org.apache.commons.collections.SequencedHashMap implements Serializable |
serialVersionUID: 2197433140769957051l
readExternal
public void readExternal(java.io.ObjectInput)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput)
throws java.io.IOException
Class org.apache.commons.collections.MultiHashMap extends java.util.HashMap implements Serializable |
serialVersionUID: 1943563828307035349l
readObject
private void readObject(java.io.ObjectInputStream)
throws java.io.IOException,
java.lang.ClassNotFoundException
Class org.apache.commons.collections.SequencedHashMap extends java.lang.Object implements Serializable |
serialVersionUID: 3380552487888102930l
readExternal
public void readExternal(java.io.ObjectInput)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput)
throws java.io.IOException
Copyright (c) 2001-2004 - Apache Software Foundation