|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.jtds.util.TimerThread.TimerRequest
Internal class associating a login or query timeout value with a target
TimerListener
.
Field Summary | |
(package private) TimerThread.TimerListener |
target
Target to notify when the timeout expires. |
(package private) long |
time
The time when this timeout will expire. |
Constructor Summary | |
(package private) |
TimerThread.TimerRequest(int timeout,
TimerThread.TimerListener target)
Create a TimerRequest . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
final long time
final TimerThread.TimerListener target
Constructor Detail |
TimerThread.TimerRequest(int timeout, TimerThread.TimerListener target)
TimerRequest
.
timeout
- the desired timeout in millisecondstarget
- the target object; one of SharedSocket
or
TdsCore
java.lang.IllegalArgumentException
- if the timeout is negative or 0
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |