Serialized Form


Package com.mchange.v2.c3p0

Class com.mchange.v2.c3p0.AbstractConnectionTester extends java.lang.Object implements Serializable

Class com.mchange.v2.c3p0.ComboPooledDataSource extends com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource implements Serializable

serialVersionUID: 1L

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

Class com.mchange.v2.c3p0.DriverManagerDataSource extends com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase implements Serializable

serialVersionUID: 1L

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

driver

java.sql.Driver driver

driver_class_loaded

boolean driver_class_loaded

Class com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource extends com.mchange.v2.c3p0.impl.IdentityTokenResolvable implements Serializable

Serialized Fields

jrfds

com.mchange.v2.c3p0.JndiRefForwardingDataSource jrfds

wcpds

WrapperConnectionPoolDataSource wcpds

identityToken

java.lang.String identityToken

Class com.mchange.v2.c3p0.PoolBackedDataSource extends com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource implements Serializable

Class com.mchange.v2.c3p0.WrapperConnectionPoolDataSource extends com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase implements Serializable

Serialized Fields

connectionTester

ConnectionTester connectionTester

userOverrides

java.util.Map<K,V> userOverrides