Uses of Class
com.mckoi.database.jdbcserver.SingleThreadedConnectionPoolServer.ServerFarmer
-
Packages that use SingleThreadedConnectionPoolServer.ServerFarmer 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 SingleThreadedConnectionPoolServer.ServerFarmer in com.mckoi.database.jdbcserver
Fields in com.mckoi.database.jdbcserver declared as SingleThreadedConnectionPoolServer.ServerFarmer Modifier and Type Field Description private SingleThreadedConnectionPoolServer.ServerFarmer
SingleThreadedConnectionPoolServer. farmer
The ServerFarmer object that polls for information from the clients and dispatches the request to the worker threads.
-