See: Description
| Class | Description |
|---|---|
| ConnectionFactory |
This class creates and manages JDBC Connection instances either from:
a named JNDI managed connection or
a connection pool that is maintained by the
DataSourceFactory factory
|
| ConnectionProperties |
This class specifies connection pool properties.
|
| DataSourceFactory |
This class creates and manages JDBC Data Source instances either from:
a named JNDI managed data source or
a data source pool that is maintained by this factory
|
| Exception | Description |
|---|---|
| FactoryException |
This exception is thrown by Factories when they encounter an error that needs to be handled by the caller.
|
Copyright © 2014–2016 Michael Beiter