Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected WakeupManager |
Job.getMgr()
Returns a reference to the
WakeupManager which provides the scheduling of tasks
created by this Job |
Constructor and Description |
---|
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,IDirectSpaceProxy> proxiesMap)
Constructs an
PrepareJob |
SettlerTask(TaskManager manager,
WakeupManager wm,
TransactionManager txnmgr,
Object tid)
Constructs a
SettlerTask . |
Constructor and Description |
---|
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. |
Copyright © GigaSpaces.