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

Packages that use WakeupManager
com.sun.jini.mahalo Provides implementations of the TransactionManager service. 
com.sun.jini.mercury Provides implementations of the EventMailbox service. 
com.sun.jini.norm Provides implementations of LeaseRenewalService
com.sun.jini.norm.event   
com.sun.jini.outrigger This is an implementation of a JavaSpaces technology-enabled service. 
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
net.jini.lookup Standard utility classes for managing the join state of a service and the service discovery duties of a client or service. 
 

Uses of WakeupManager in com.sun.jini.mahalo
 

Fields in com.sun.jini.mahalo declared as WakeupManager
private  WakeupManager LeaseExpirationMgr.expirationQueue
           
private  WakeupManager TxnManagerImpl.settlerWakeupMgr
          wakeup manager for SettlerTask
private  WakeupManager TxnManagerImpl.taskWakeupMgr
          wakeup manager for ParticipantTask
private  WakeupManager Job.wm
           
private  WakeupManager TxnManagerTransaction.wm
           
 

Methods in com.sun.jini.mahalo that return WakeupManager
protected  WakeupManager Job.getMgr()
          Returns a reference to the WakeupManager which provides the scheduling of tasks created by this Job
 

Constructors in com.sun.jini.mahalo with parameters of type WakeupManager
AbortJob(Transaction tr, TaskManager pool, WakeupManager wm, ClientLog log, ParticipantHandle[] handles)
          Constructs an AbortJob
CommitJob(Transaction tr, TaskManager pool, WakeupManager wm, ClientLog log, ParticipantHandle[] handles)
          Constructs an CommitJob
Job(TaskManager pool, WakeupManager wm)
          Create the Job object giving it the TaskManager responsible for the pool of threads which perform the necessary work.
ParticipantTask(TaskManager manager, WakeupManager wm, Job myjob, ParticipantHandle handle)
          Constructs a ParticipantTask.
PrepareAndCommitJob(Transaction tr, TaskManager pool, WakeupManager wm, ClientLog log, ParticipantHandle handle)
          Constructs a PrepareAndCommitJob.
PrepareJob(Transaction tr, TaskManager pool, WakeupManager wm, ClientLog log, ParticipantHandle[] handles)
          Constructs an PrepareJob
SettlerTask(TaskManager manager, WakeupManager wm, TransactionManager txnmgr, long tid)
          Constructs a SettlerTask.
TxnManagerTransaction(TransactionManager mgr, LogManager logmgr, long id, TaskManager threadpool, WakeupManager wm, TxnSettler settler, Uuid uuid)
          Constructs a TxnManagerTransaction
 

Uses of WakeupManager in com.sun.jini.mercury
 

Fields in com.sun.jini.mercury declared as WakeupManager
private  WakeupManager MailboxImpl.Notifier.wakeupMgr
          wakeup manager for NotifyTask
 

Constructors in com.sun.jini.mercury with parameters of type WakeupManager
MailboxImpl.NotifyTask(TaskManager tm, WakeupManager mgr, Uuid regID)
          Create an object to represent an event notification task.
 

Uses of WakeupManager in com.sun.jini.norm
 

Fields in com.sun.jini.norm declared as WakeupManager
private  WakeupManager LeaseExpirationMgr.runQueue
          Queue of tasks, ordered by time
 

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

Fields in com.sun.jini.norm.event declared as WakeupManager
private  WakeupManager EventTypeGenerator.wakeupManager
          Wakeup manager used by the event sending tasks to schedule retries.
 

Methods in com.sun.jini.norm.event that return WakeupManager
(package private)  WakeupManager EventTypeGenerator.getWakeupManager()
          Return the wakeup manager that EventType objects created by this generator should use to send their events.
 

Constructors in com.sun.jini.norm.event with parameters of type WakeupManager
EventType.SendTask(TaskManager taskManager, WakeupManager wakeupManager, EventFactory eventFactory, long seqNum)
          Simple constructor.
 

Uses of WakeupManager in com.sun.jini.outrigger
 

Fields in com.sun.jini.outrigger declared as WakeupManager
private  WakeupManager TxnMonitor.wakeupMgr
          wakeup manager for TxnMonitorTasks
private  WakeupManager Notifier.wakeupMgr
          wakeup manager for NotifyTask
 

Constructors in com.sun.jini.outrigger with parameters of type WakeupManager
TxnMonitorTask(Txn txn, TxnMonitor monitor, TaskManager manager, WakeupManager wakeupMgr)
          Create a new TxnMonitorTask.
 

Uses of WakeupManager in com.sun.jini.thread
 

Fields in com.sun.jini.thread declared as WakeupManager
private  WakeupManager RetryTask.wakeup
           
 

Constructors in com.sun.jini.thread with parameters of type WakeupManager
RetryTask(TaskManager manager, WakeupManager wakeupManager)
          Create a new RetryTask that will be scheduled with the given task manager, and which will perform retry scheduling using the given wakeup manager.
 

Uses of WakeupManager in net.jini.discovery
 

Fields in net.jini.discovery declared as WakeupManager
private  WakeupManager LookupDiscovery.discoveryWakeupMgr
           
private  WakeupManager LookupLocatorDiscovery.discoveryWakeupMgr
          Wakeup manager for the discovery tasks.
 

Constructors in net.jini.discovery with parameters of type WakeupManager
LookupLocatorDiscovery.DiscoveryTask(LookupLocatorDiscovery.LocatorReg reg, TaskManager taskMgr, WakeupManager wakeupMgr)
           
 

Uses of WakeupManager in net.jini.lookup
 

Fields in net.jini.lookup declared as WakeupManager
private  WakeupManager JoinManager.wakeupMgr
          Wakeup manager for the various tasks executed by this join manager.
 



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