Serialized Form
Package org.apache.openjpa.lib.conf |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Implementation of the
Externalizable
interface to read from
the properties written by ConfigurationImpl.writeExternal(java.io.ObjectOutput)
.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Implementation of the
Externalizable
interface to write
the properties returned by ConfigurationImpl.toProperties(boolean)
.
- Throws:
java.io.IOException
Package org.apache.openjpa.lib.jdbc |
type
short type
time
long time
sql
java.lang.String sql
associatedEvent
JDBCEvent associatedEvent
_sqle
java.sql.SQLException _sqle
Package org.apache.openjpa.lib.rop |
writeReplace
public java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
_rop
ResultObjectProvider _rop
_list
java.util.List<E> _list
_state
int _state
_size
int _size
writeReplace
public java.lang.Object writeReplace()
_list
java.util.List<E> _list
_closed
boolean _closed
writeReplace
public java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
_rop
ResultObjectProvider _rop
_rows
java.util.Map<K,V> _rows
_full
java.lang.Object[] _full
_requests
long _requests
_state
int _state
_size
int _size
writeReplace
public java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
_closed
boolean _closed
_size
int _size
writeReplace
public java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
_window
java.lang.Object[] _window
_pos
int _pos
_rop
ResultObjectProvider _rop
_random
boolean _random
_state
int _state
_size
int _size
Package org.apache.openjpa.lib.util |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
defaultEntryDelimiter
char defaultEntryDelimiter
addWhitespaceAfterDelimiter
boolean addWhitespaceAfterDelimiter
allowDuplicates
boolean allowDuplicates
insertTimestamp
boolean insertTimestamp
source
org.apache.openjpa.lib.util.FormatPreservingProperties.PropertySource source
newKeys
org.apache.commons.collections.set.ListOrderedSet newKeys
modifiedKeys
java.util.HashSet<E> modifiedKeys
_max
int _max
_maxSize
int _maxSize
_set
java.util.Set<E> _set
Package org.apache.openjpa.lib.util.concurrent |
serialVersionUID: -6452706556724125778L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitute the ConcurrentHashMap instance from a stream(i.e.,
deserialize it).
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Save the state of the ConcurrentHashMap instance to a stream
(i.e., serialize it).
- Serial Data:
- The capacity of the ConcurrentHashMap(the length of
the bucket array) is emitted(int), followed by the size of the
ConcurrentHashMap(the number of key-value mappings), followed by the key
(Object) and value(Object) for each key-value mapping represented by the
ConcurrentHashMap The key-value mappings are emitted in the order that
they are returned by entrySet().iterator().
- Throws:
java.io.IOException
threshold
int threshold
- The next size value at which to resize(capacity * load factor).
-
loadFactor
float loadFactor
- The load factor for the hash table.
-
randomEntry
int randomEntry
- Spread "random" removes and iteration.
maxSize
int maxSize
- Maximum entries.
_set
java.util.Set<E> _set
serialVersionUID: 196745693267521676L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitute the Queue instance from a stream(that is, deserialize it).
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Save the state to a stream(that is, serialize it).
- Serial Data:
- All of the elements(each an E) in
the proper order, followed by a null
- Throws:
java.io.IOException
headLock
java.lang.Object headLock
tailLock
java.lang.Object tailLock
_set
java.util.Set<E> _set
serialVersionUID: 8673264195747942595L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 5457747651344034263L
al
CopyOnWriteArrayList al
serialVersionUID: 7373984872572414699L
sync
org.apache.openjpa.lib.util.concurrent.ReentrantLock.Sync sync
index
int index
- The index of this unit. This value is no longer used in this
version of this class, but is retained for serialization
compatibility with previous version.
name
java.lang.String name
- name of this unit
Copyright © 2006 Apache Software Foundation. All Rights Reserved.