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

Packages that use TaskManager
com.sun.jini.fiddler Provides the server side of an implementation of the lookup discovery service (see LookupDiscoveryService). 
com.sun.jini.mahalo Provides implementations of the TransactionManager service. 
com.sun.jini.mercury Provides implementations of the EventMailbox service. 
com.sun.jini.norm.event   
com.sun.jini.outrigger This is an implementation of a JavaSpaces technology-enabled service. 
com.sun.jini.reggie Provides implementations of ServiceRegistrar
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.lease Standard service and utility classes for managing leases. 
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 TaskManager in com.sun.jini.fiddler
 

Fields in com.sun.jini.fiddler declared as TaskManager
private  TaskManager FiddlerImpl.taskMgr
          Task manager for sending remote discovery events
 

Uses of TaskManager in com.sun.jini.mahalo
 

Fields in com.sun.jini.mahalo declared as TaskManager
private  TaskManager Job.pool
           
private  TaskManager TxnManagerImpl.settlerpool
           
private  TaskManager TxnManagerImpl.taskpool
           
private  TaskManager TxnManagerTransaction.threadpool
          "Parallelizing" the interaction between the manager and participants means using threads to interact with participants on behalf of the manager.
 

Methods in com.sun.jini.mahalo that return TaskManager
protected  TaskManager Job.getPool()
          Returns a reference to the TaskManager which supplies the threads used to executed tasks created by this Job
 

Constructors in com.sun.jini.mahalo with parameters of type TaskManager
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 TaskManager in com.sun.jini.mercury
 

Fields in com.sun.jini.mercury declared as TaskManager
private  TaskManager MailboxImpl.Notifier.taskManager
          TaskManager that will be handling the notification tasks
 

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

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

Fields in com.sun.jini.norm.event declared as TaskManager
private  TaskManager EventTypeGenerator.taskManager
          Task manager used to send events
 

Methods in com.sun.jini.norm.event that return TaskManager
(package private)  TaskManager EventTypeGenerator.getTaskManager()
          Return the task 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 TaskManager
EventType.SendTask(TaskManager taskManager, WakeupManager wakeupManager, EventFactory eventFactory, long seqNum)
          Simple constructor.
 

Uses of TaskManager in com.sun.jini.outrigger
 

Fields in com.sun.jini.outrigger declared as TaskManager
private  TaskManager Notifier.pending
          pending notifications tasks
private  TaskManager TxnMonitor.taskManager
          The manager for TxnMonitorTask objects.
 

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

Uses of TaskManager in com.sun.jini.reggie
 

Fields in com.sun.jini.reggie declared as TaskManager
private  TaskManager RegistrarImpl.tasker
          Task manager for sending events and discovery responses
 

Uses of TaskManager in com.sun.jini.thread
 

Fields in com.sun.jini.thread declared as TaskManager
private  TaskManager RetryTask.manager
           
 

Constructors in com.sun.jini.thread with parameters of type TaskManager
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 TaskManager in net.jini.discovery
 

Fields in net.jini.discovery declared as TaskManager
private  TaskManager LookupLocatorDiscovery.discoveryTaskMgr
          Task manager for the discovery tasks.
private  TaskManager LookupDiscovery.taskManager
          Task manager for running UnicastDiscoveryTasks and DecodeAnnouncementTasks.
 

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

Uses of TaskManager in net.jini.lease
 

Fields in net.jini.lease declared as TaskManager
(package private)  TaskManager LeaseRenewalManager.taskManager
          Task manager for queuing and renewing leases
 

Uses of TaskManager in net.jini.lookup
 

Fields in net.jini.lookup declared as TaskManager
private  TaskManager ServiceDiscoveryManager.LookupCacheImpl.cacheTaskMgr
          Task manager for the various tasks executed by this LookupCache
private  TaskManager ServiceDiscoveryManager.LookupCacheImpl.serviceDiscardTimerTaskMgr
          For tasks waiting on verification events after service discard
private  TaskManager JoinManager.taskMgr
          Task manager for the various tasks executed by this join manager.
 

Methods in net.jini.lookup with parameters of type TaskManager
private  void ServiceDiscoveryManager.LookupCacheImpl.terminateTaskMgr(TaskManager taskMgr)
          For the given TaskManager, this method removes all pending and active tasks.
 



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