Uses of Class
com.sun.jini.thread.WakeupManager.ThreadDesc
Packages that use WakeupManager.ThreadDesc
Package
Description
These are utility classes and interfaces for helping with tasks done in multiple threads.
-
Uses of WakeupManager.ThreadDesc in com.sun.jini.thread
Fields in com.sun.jini.thread declared as WakeupManager.ThreadDescModifier and TypeFieldDescriptionfinal WakeupManager.ThreadDescWakeupManager.Ticket.descTheThreadDesc, ornullif none.Methods in com.sun.jini.thread with parameters of type WakeupManager.ThreadDescModifier 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.WakeupManager.schedule(long when, Runnable task, WakeupManager.ThreadDesc threadDesc) Schedule the given task for the given time, to be run in a thread.Constructors in com.sun.jini.thread with parameters of type WakeupManager.ThreadDescModifierConstructorDescriptionCreate a newWakeupManager.WakeupManager(WakeupManager.ThreadDesc desc, Configuration config) Create a newWakeupManager.