private static class TimerThread.TimerRequest
extends java.lang.Object
TimerListener
.Modifier and Type | Field and Description |
---|---|
(package private) TimerThread.TimerListener |
target
Target to notify when the timeout expires.
|
(package private) long |
time
The time when this timeout will expire.
|
Constructor and Description |
---|
TimerThread.TimerRequest(int timeout,
TimerThread.TimerListener target)
Create a
TimerRequest . |
final long time
final TimerThread.TimerListener target
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 0Generated on June 8 2013