private static class TimerThread.TimerRequest
extends java.lang.Object
TimerListener.| Modifier and Type | Field and Description | 
|---|---|
| (package private) TimerThread.TimerListener | targetTarget to notify when the timeout expires. | 
| (package private) long | timeThe 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
                TdsCorejava.lang.IllegalArgumentException - if the timeout is negative or 0Generated on June 8 2013