Serialized Form


Package org.apache.geronimo.converter

Class org.apache.geronimo.converter.AbstractDatabasePool extends Object implements Serializable

Serialized Fields

name

String name

jndiName

String jndiName

minSize

Integer minSize

maxSize

Integer maxSize

blockingTimeoutMillis

Integer blockingTimeoutMillis

idleTimeoutMillis

Integer idleTimeoutMillis

newConnectionSQL

String newConnectionSQL

testConnectionSQL

String testConnectionSQL

vendor

String vendor

statementCacheSize

Integer statementCacheSize

Class org.apache.geronimo.converter.DatabaseConversionStatus extends Object implements Serializable

Serialized Fields

messages

String[] messages

noTXPools

JDBCPool[] noTXPools

jdbcPools

JDBCPool[] jdbcPools

xaPools

XADatabasePool[] xaPools

Class org.apache.geronimo.converter.JDBCPool extends AbstractDatabasePool implements Serializable

Serialized Fields

driverClass

String driverClass

jdbcURL

String jdbcURL

username

String username

password

String password

connectionProperties

Properties connectionProperties

Class org.apache.geronimo.converter.XADatabasePool extends AbstractDatabasePool implements Serializable

Serialized Fields

xaDataSourceClass

String xaDataSourceClass

properties

Properties properties



Copyright © 2006 Apache Software Foundation. All Rights Reserved.