Uses of Class
com.sun.jini.thread.TaskManager
Packages that use TaskManager
Package
Description
Provides implementations of the
TransactionManager service.
These are utility classes and interfaces for helping with tasks done in multiple threads.
-
Uses of TaskManager in com.gigaspaces.metrics.micrometer
Methods in com.gigaspaces.metrics.micrometer with parameters of type TaskManagerModifier and TypeMethodDescriptionstatic voidMicrometerMetricManager.registerTaskManagerMetrics(MetricRegistrator registrator, TaskManager taskManager) Register task manager metrics. -
Uses of TaskManager in com.sun.jini.mahalo
Methods in com.sun.jini.mahalo that return TaskManagerModifier and TypeMethodDescriptionprotected TaskManagerJob.getPool()Returns a reference to theTaskManagerwhich supplies the threads used to executed tasks created by thisJobConstructors in com.sun.jini.mahalo with parameters of type TaskManagerModifierConstructorDescriptionAbortJob(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 TaskManager in com.sun.jini.thread
Constructors in com.sun.jini.thread with parameters of type TaskManagerModifierConstructorDescriptionRetryTask(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.