Uses of Interface
com.mckoi.database.jdbcserver.ConnectionPoolServer
-
Packages that use ConnectionPoolServer Package Description com.mckoi.database.jdbcserver Implementation of the DatabaseInterface interface, including classes to handle local (embedded) mode and remote (client/server) mode. -
-
Uses of ConnectionPoolServer in com.mckoi.database.jdbcserver
Classes in com.mckoi.database.jdbcserver that implement ConnectionPoolServer Modifier and Type Class Description (package private) class
MultiThreadedConnectionPoolServer
A multi-threaded implementation of a connection pool server.(package private) class
SingleThreadedConnectionPoolServer
A generic database server class that provides a thread that dispatches commands to the underlying database.Fields in com.mckoi.database.jdbcserver declared as ConnectionPoolServer Modifier and Type Field Description private ConnectionPoolServer
TCPServer. connection_pool
The ConnectionPoolServer that polls the ServerConnection for new commands to process.
-