Uses of Interface
net.sourceforge.jtds.util.TimerThread.TimerListener
-
Packages that use TimerThread.TimerListener Package Description net.sourceforge.jtds.util -
-
Uses of TimerThread.TimerListener in net.sourceforge.jtds.util
Fields in net.sourceforge.jtds.util declared as TimerThread.TimerListener Modifier and Type Field Description (package private) TimerThread.TimerListener
TimerThread.TimerRequest. target
Target to notify when the timeout expires.Methods in net.sourceforge.jtds.util with parameters of type TimerThread.TimerListener Modifier and Type Method Description java.lang.Object
TimerThread. setTimer(int timeout, TimerThread.TimerListener l)
Add a timer request to the queue.Constructors in net.sourceforge.jtds.util with parameters of type TimerThread.TimerListener Constructor Description TimerRequest(int timeout, TimerThread.TimerListener target)
Create aTimerRequest
.
-