|
Class Summary |
| JDBCAdapter |
The JDBCAdapter is an abstract class which provides basic initiation functions and
attributes needed to connect to a database via JDBC. |
| JDBCPooledAdapter |
The JDBCPooledAdapter provides methods to get connections from a connection pool that it
can share with other JDBCPooledAdapter objects. |
| JDBCSingleAdapter |
The JDBCSingleAdapter provides methods to create connections to a datasource. |
| NodeAdapter |
A Node Adapter behaves like a regular Adapter, but can be used to connect to and
communicate with other RECOIN nodes. |