Serialized Form


Package org.apache.openjpa.lib.conf

Class org.apache.openjpa.lib.conf.BootstrapException extends RuntimeException implements Serializable

Serialized Fields

_fatal

boolean _fatal

Class org.apache.openjpa.lib.conf.ConfigurationImpl extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Implementation of the Externalizable interface to read from the properties written by ConfigurationImpl.writeExternal(java.io.ObjectOutput).

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Implementation of the Externalizable interface to write the properties returned by ConfigurationImpl.toProperties(boolean).

Throws:
IOException

Package org.apache.openjpa.lib.jdbc

Class org.apache.openjpa.lib.jdbc.JDBCEvent extends EventObject implements Serializable

Serialized Fields

type

short type

time

long time

sql

String sql

associatedEvent

JDBCEvent associatedEvent

Class org.apache.openjpa.lib.jdbc.JDBCEventConnectionDecorator extends AbstractConcurrentEventManager implements Serializable

Class org.apache.openjpa.lib.jdbc.ReportingSQLException extends SQLException implements Serializable

Serialized Fields

_sqle

SQLException _sqle

Package org.apache.openjpa.lib.rop

Class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList extends AbstractResultList implements Serializable

Class org.apache.openjpa.lib.rop.AbstractResultList extends Object implements Serializable

Class org.apache.openjpa.lib.rop.AbstractSequentialResultList extends AbstractResultList implements Serializable

Class org.apache.openjpa.lib.rop.EagerResultList extends ListResultList implements Serializable

Class org.apache.openjpa.lib.rop.LazyForwardResultList extends AbstractSequentialResultList implements Serializable

Serialization Methods

writeReplace

public Object writeReplace()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

_rop

ResultObjectProvider _rop

_list

List<E> _list

_state

int _state

_size

int _size

Class org.apache.openjpa.lib.rop.ListResultList extends AbstractResultList implements Serializable

Serialization Methods

writeReplace

public Object writeReplace()
Serialized Fields

_list

List<E> _list

_closed

boolean _closed

Class org.apache.openjpa.lib.rop.RandomAccessResultList extends AbstractNonSequentialResultList implements Serializable

Serialization Methods

writeReplace

public Object writeReplace()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

_rop

ResultObjectProvider _rop

_rows

Map<K,V> _rows

_full

Object[] _full

_requests

long _requests

_state

int _state

_size

int _size

Class org.apache.openjpa.lib.rop.SimpleResultList extends AbstractNonSequentialResultList implements Serializable

Serialization Methods

writeReplace

public Object writeReplace()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

_closed

boolean _closed

_size

int _size

Class org.apache.openjpa.lib.rop.SoftRandomAccessResultList extends RandomAccessResultList implements Serializable

Class org.apache.openjpa.lib.rop.WindowResultList extends AbstractNonSequentialResultList implements Serializable

Serialization Methods

writeReplace

public Object writeReplace()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

_window

Object[] _window

_pos

int _pos

_rop

ResultObjectProvider _rop

_random

boolean _random

_state

int _state

_size

int _size

Package org.apache.openjpa.lib.util

Class org.apache.openjpa.lib.util.FormatPreservingProperties extends Properties implements Serializable

Serialization Methods

readObject

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

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

defaultEntryDelimiter

char defaultEntryDelimiter

addWhitespaceAfterDelimiter

boolean addWhitespaceAfterDelimiter

allowDuplicates

boolean allowDuplicates

insertTimestamp

boolean insertTimestamp

source

org.apache.openjpa.lib.util.FormatPreservingProperties.PropertySource source

newKeys

LinkedHashSet<E> newKeys

modifiedKeys

HashSet<E> modifiedKeys

Class org.apache.openjpa.lib.util.FormatPreservingProperties.DuplicateKeyException extends RuntimeException implements Serializable

Class org.apache.openjpa.lib.util.LRUMap extends org.apache.commons.collections.map.LRUMap implements Serializable

Serialized Fields

_max

int _max

Class org.apache.openjpa.lib.util.Options extends TypedProperties implements Serializable

Class org.apache.openjpa.lib.util.ParseException extends org.apache.commons.lang.exception.NestableRuntimeException implements Serializable

Class org.apache.openjpa.lib.util.ReferenceHashMap extends org.apache.commons.collections.map.ReferenceMap implements Serializable

Serialized Fields

_maxSize

int _maxSize

Class org.apache.openjpa.lib.util.ReferenceHashSet extends Object implements Serializable

Serialized Fields

_set

Set<E> _set

Class org.apache.openjpa.lib.util.TypedProperties extends Properties implements Serializable


Package org.apache.openjpa.lib.util.concurrent

Class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager extends Object implements Serializable

Serialized Fields

_listeners

Collection<E> _listeners

_failFast

boolean _failFast

Class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap extends AbstractMap implements Serializable

serialVersionUID: -6452706556724125778L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the ConcurrentHashMap instance from a stream(i.e., deserialize it).

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws 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:
IOException
Serialized Fields

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.

Class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet extends Object implements Serializable

Serialized Fields

_set

Set<E> _set

Class org.apache.openjpa.lib.util.concurrent.NullSafeConcurrentHashMap extends ConcurrentHashMap implements Serializable

Serialized Fields

randomKeys

Set<E> randomKeys

random

Random random

Class org.apache.openjpa.lib.util.concurrent.SizedConcurrentHashMap extends NullSafeConcurrentHashMap implements Serializable

Serialization Methods

readObject

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

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

maxSize

int maxSize



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.