How Data Sources Are Implemented
Data sources are implemented through the DataSource class. The DataSource class implements the following interfaces.
javax.sql.DataSource
javax.sql.ConnectionPoolDataSource (allows applications to use connection pooling)
The DataSource class for the Jira driver is com.ddtek.jdbcx.jira.JiraDataSource.