Uses of Class
com.sun.jini.thread.WakeupManager
Packages that use WakeupManager
Package
Description
Provides implementations of the
TransactionManager service.
These are utility classes and interfaces for helping with tasks done in multiple threads.
-
Uses of WakeupManager in com.sun.jini.mahalo
Methods in com.sun.jini.mahalo that return WakeupManagerModifier and TypeMethodDescriptionprotected WakeupManagerJob.getMgr()Returns a reference to theWakeupManagerwhich provides the scheduling of tasks created by thisJobConstructors in com.sun.jini.mahalo with parameters of type WakeupManagerModifierConstructorDescriptionAbortJob(Transaction tr, TaskManager pool, WakeupManager wm, ClientLog log, com.sun.jini.mahalo.ParticipantHandle[] handles, boolean directCall, Object xid) Constructs anAbortJobCommitJob(Transaction tr, TaskManager pool, WakeupManager wm, ClientLog log, com.sun.jini.mahalo.ParticipantHandle[] handles, Object xid) Constructs anCommitJobJob(TaskManager pool, WakeupManager wm, boolean directCall) Create theJobobject giving it theTaskManagerresponsible for the pool of threads which perform the necessary work.ParticipantTask(TaskManager manager, WakeupManager wm, Job myjob, com.sun.jini.mahalo.ParticipantHandle handle) Constructs aParticipantTask.PrepareAndCommitJob(Transaction tr, TaskManager pool, WakeupManager wm, ClientLog log, com.sun.jini.mahalo.ParticipantHandle handle, boolean directCall, Object tid) Constructs aPrepareAndCommitJob.PrepareJob(Transaction tr, TaskManager pool, WakeupManager wm, ClientLog log, com.sun.jini.mahalo.ParticipantHandle[] handles, Object xid, ConcurrentMap<String, IDirectSpaceProxy> proxiesMap) Constructs anPrepareJobSettlerTask(TaskManager manager, WakeupManager wm, TransactionManager txnmgr, Object tid) Constructs aSettlerTask. -
Uses of WakeupManager in com.sun.jini.thread
Constructors in com.sun.jini.thread with parameters of type WakeupManagerModifierConstructorDescriptionRetryTask(TaskManager manager, WakeupManager wakeupManager) Create a newRetryTaskthat will be scheduled with the given task manager, and which will perform retry scheduling using the given wakeup manager.