Serialized Form
Package org.apache.jdo.impl.pm |
readObject
private void readObject(java.io.ObjectInputStream ois)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
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
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 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 pmCache
- Transactional cache of PersistenceManager instances
Package org.apache.jdo.impl.sco |
Copyright © 2005 Apache Software Foundation. All Rights Reserved.