public static class WakeupManager.Ticket extends Object implements Comparable
WakeupManager.newTicket method can be used by
 subclasses of WakeupManager to create new Ticket instances.| Modifier and Type | Field and Description | 
|---|---|
WakeupManager.ThreadDesc | 
desc
The  
ThreadDesc, or null if none. | 
Runnable | 
task
The task object to be executed 
 | 
long | 
when
When the task should occur. 
 | 
public final long when
public final Runnable task
public final WakeupManager.ThreadDesc desc
ThreadDesc, or null if none.public int compareTo(Object o)
compareTo in interface ComparableCopyright © GigaSpaces.