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 | descThe  ThreadDesc, ornullif none. | 
| Runnable | taskThe task object to be executed | 
| long | whenWhen 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.