|
GigaSpaces XAP 10.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TaskManager | |
|---|---|
| com.sun.jini.mahalo | Provides implementations of the TransactionManager service. |
| com.sun.jini.thread | These are utility classes and interfaces for helping with tasks done in multiple threads. |
| Uses of TaskManager in com.sun.jini.mahalo |
|---|
| 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,
com.sun.jini.mahalo.ParticipantHandle[] handles,
boolean directCall,
Object xid)
Constructs an AbortJob |
|
CommitJob(Transaction tr,
TaskManager pool,
WakeupManager wm,
ClientLog log,
com.sun.jini.mahalo.ParticipantHandle[] handles,
Object xid)
Constructs an CommitJob |
|
Job(TaskManager pool,
WakeupManager wm,
boolean directCall)
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,
com.sun.jini.mahalo.ParticipantHandle handle)
Constructs a ParticipantTask. |
|
PrepareAndCommitJob(Transaction tr,
TaskManager pool,
WakeupManager wm,
ClientLog log,
com.sun.jini.mahalo.ParticipantHandle handle,
boolean directCall,
Object tid)
Constructs a PrepareAndCommitJob. |
|
PrepareJob(Transaction tr,
TaskManager pool,
WakeupManager wm,
ClientLog log,
com.sun.jini.mahalo.ParticipantHandle[] handles,
Object xid,
ConcurrentMap<String,com.gigaspaces.internal.client.spaceproxy.IDirectSpaceProxy> proxiesMap)
Constructs an PrepareJob |
|
SettlerTask(TaskManager manager,
WakeupManager wm,
TransactionManager txnmgr,
Object tid)
Constructs a SettlerTask. |
|
| Uses of TaskManager in com.sun.jini.thread |
|---|
| 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. |
|
|
GigaSpaces XAP 10.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||