Serialized Form


Package org.apache.jdo.impl.pm

Class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream ois)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream oos)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

URL

java.lang.String URL

userName

java.lang.String userName

password

java.lang.String password

driverName

java.lang.String driverName

connectionFactory

java.lang.Object connectionFactory

connectionFactoryName

java.lang.String connectionFactoryName

connectionFactory2

java.lang.Object connectionFactory2

connectionFactory2Name

java.lang.String connectionFactory2Name

multithreaded

boolean multithreaded

optimistic

boolean optimistic

retainValues

boolean retainValues

restoreValues

boolean restoreValues

nontransactionalRead

boolean nontransactionalRead

nontransactionalWrite

boolean nontransactionalWrite

ignoreCache

boolean ignoreCache

detachAllOnCommit

boolean detachAllOnCommit

queryTimeout

int queryTimeout

updateTimeout

int updateTimeout

minPool

int minPool

maxPool

int maxPool

msWait

int msWait

myHashCode

int myHashCode
Cached hashCode for this PMF. Changes every time a property of this PMF is changed to a non-default value. Fixed after setConfigured() (mostly).

See Also:
PersistenceManagerFactoryImpl.setConfigured(), PersistenceManagerFactoryImpl.setNonconfigured()

configurable

boolean configurable

closed

boolean closed
These are used for implementing close().


closeLock

java.lang.Object closeLock
The closeLock protects the close flag and pmSet.


pmSet

java.util.Set<E> pmSet
The set of all PersistenceManagers that are not closed. In order for this to work, it is important that PersistenceManager implement equals to be equivalent to Object.equals.


pmCache

java.util.Hashtable<K,V> pmCache
Transactional cache of PersistenceManager instances


Package org.apache.jdo.impl.sco

Class org.apache.jdo.impl.sco.ArrayList extends java.util.ArrayList implements Serializable

Class org.apache.jdo.impl.sco.Date extends java.util.Date implements Serializable

Class org.apache.jdo.impl.sco.HashMap extends java.util.HashMap implements Serializable

Class org.apache.jdo.impl.sco.HashSet extends java.util.HashSet implements Serializable

Class org.apache.jdo.impl.sco.Hashtable extends java.util.Hashtable implements Serializable

Class org.apache.jdo.impl.sco.LinkedList extends java.util.LinkedList implements Serializable

Class org.apache.jdo.impl.sco.SqlDate extends java.sql.Date implements Serializable

Class org.apache.jdo.impl.sco.SqlTime extends java.sql.Time implements Serializable

Class org.apache.jdo.impl.sco.SqlTimestamp extends java.sql.Timestamp implements Serializable

Class org.apache.jdo.impl.sco.TreeMap extends java.util.TreeMap implements Serializable

Class org.apache.jdo.impl.sco.TreeSet extends java.util.TreeSet implements Serializable

Class org.apache.jdo.impl.sco.Vector extends java.util.Vector implements Serializable


Package org.apache.jdo.pm



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