Uses of Class
com.sun.jini.thread.WakeupManager.Ticket

Packages that use WakeupManager.Ticket
com.sun.jini.norm Provides implementations of LeaseRenewalService
com.sun.jini.thread These are utility classes and interfaces for helping with tasks done in multiple threads. 
net.jini.discovery These are utility classes and interfaces that conform to the discovery and join protocol defined in the Jini Discovery and Join Specification
 

Uses of WakeupManager.Ticket in com.sun.jini.norm
 

Fields in com.sun.jini.norm declared as WakeupManager.Ticket
private  WakeupManager.Ticket LeaseExpirationMgr.MgrTask.ticket
          Ticket for this task
 

Methods in com.sun.jini.norm with parameters of type WakeupManager.Ticket
private  void LeaseExpirationMgr.MgrTask.setTicket(WakeupManager.Ticket ticket)
          Set the ticket associated with this task.
 

Uses of WakeupManager.Ticket in com.sun.jini.thread
 

Fields in com.sun.jini.thread declared as WakeupManager.Ticket
private  WakeupManager.Ticket WakeupManager.head
          First item in contents
private  WakeupManager.Ticket RetryTask.ticket
           
 

Methods in com.sun.jini.thread that return WakeupManager.Ticket
protected  WakeupManager.Ticket WakeupManager.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.Ticket WakeupManager.schedule(long when, Runnable task)
          Schedule the given task for the given time.
 WakeupManager.Ticket 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.Ticket
 void WakeupManager.cancel(WakeupManager.Ticket t)
          Cancel the given ticket.
 

Uses of WakeupManager.Ticket in net.jini.discovery
 

Fields in net.jini.discovery declared as WakeupManager.Ticket
private  WakeupManager.Ticket LookupDiscovery.UnicastDiscoveryTask.ticket
           
 

Methods in net.jini.discovery that return WakeupManager.Ticket
private  WakeupManager.Ticket LookupDiscovery.restoreContextScheduleRunnable(LookupDiscovery.UnicastDiscoveryTask t)
           
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.