Uses of Class
com.sun.jini.thread.WakeupManager.Ticket
Packages that use WakeupManager.Ticket
Package
Description
These are utility classes and interfaces for helping with tasks done in multiple threads.
-
Uses of WakeupManager.Ticket in com.sun.jini.thread
Methods in com.sun.jini.thread that return WakeupManager.TicketModifier and TypeMethodDescriptionprotected WakeupManager.TicketWakeupManager.newTicket(long when, Runnable task, WakeupManager.ThreadDesc threadDesc) Create a new ticket with the specified values for when the task should be run, what task should be run, and what sort of thread the task should be run in.Schedule the given task for the given time.WakeupManager.schedule(long when, Runnable task, WakeupManager.ThreadDesc threadDesc) Schedule the given task for the given time, to be run in a thread.Methods in com.sun.jini.thread with parameters of type WakeupManager.TicketModifier and TypeMethodDescriptionvoidWakeupManager.cancel(WakeupManager.Ticket t) Cancel the given ticket.