Uses of Class
net.sourceforge.jtds.jdbc.Semaphore
-
Packages that use Semaphore Package Description net.sourceforge.jtds.jdbc -
-
Uses of Semaphore in net.sourceforge.jtds.jdbc
Fields in net.sourceforge.jtds.jdbc declared as Semaphore Modifier and Type Field Description private SemaphoreTdsCore. connectionLockMutual exclusion lock on connection.private SemaphoreJtdsConnection. mutexMutual exclusion lock to control access to connection.Methods in net.sourceforge.jtds.jdbc that return Semaphore Modifier and Type Method Description (package private) SemaphoreJtdsConnection. getMutex()Retrieves the connection mutex and acquires an exclusive lock on the network connection.
-