org.apache.geronimo.converter
Class JDBCPool
java.lang.Object
org.apache.geronimo.converter.AbstractDatabasePool
org.apache.geronimo.converter.JDBCPool
- All Implemented Interfaces:
- Serializable
public class JDBCPool
- extends AbstractDatabasePool
A common intermediate format for a non-XA JDBC pool
- See Also:
- Serialized Form
Methods inherited from class org.apache.geronimo.converter.AbstractDatabasePool |
getBlockingTimeoutMillis, getIdleTimeoutMillis, getJndiName, getMaxSize, getMinSize, getName, getNewConnectionSQL, getStatementCacheSize, getTestConnectionSQL, getVendor, setBlockingTimeoutMillis, setIdleTimeoutMillis, setJndiName, setMaxSize, setMinSize, setName, setNewConnectionSQL, setStatementCacheSize, setTestConnectionSQL, setVendor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDBCPool
public JDBCPool()
getDriverClass
public String getDriverClass()
setDriverClass
public void setDriverClass(String driverClass)
getJdbcURL
public String getJdbcURL()
setJdbcURL
public void setJdbcURL(String jdbcURL)
getUsername
public String getUsername()
setUsername
public void setUsername(String username)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
getConnectionProperties
public Properties getConnectionProperties()
setConnectionProperties
public void setConnectionProperties(Properties connectionProperties)
Copyright © 2006 Apache Software Foundation. All Rights Reserved.