Uses of Class
com.mckoi.database.WorkerThread
-
Packages that use WorkerThread Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of WorkerThread in com.mckoi.database
Methods in com.mckoi.database that return WorkerThread Modifier and Type Method Description private WorkerThread
WorkerPool. getFirstWaitingThread()
This returns the first available WorkerThread object from the thread pool.Methods in com.mckoi.database with parameters of type WorkerThread Modifier and Type Method Description (package private) void
WorkerPool. notifyWorkerReady(WorkerThread worker_thread)
This is called by a WorkerThread when it is decided that it is ready to service a new command.
-