|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WakeupManager | |
---|---|
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 WakeupManager in com.sun.jini.mahalo |
---|
Methods in com.sun.jini.mahalo that return WakeupManager | |
---|---|
protected WakeupManager |
Job.getMgr()
Returns a reference to the WakeupManager which
provides the scheduling of tasks created by
this Job |
Constructors in com.sun.jini.mahalo with parameters of type WakeupManager | |
---|---|
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 WakeupManager in com.sun.jini.thread |
---|
Constructors in com.sun.jini.thread with parameters of type WakeupManager | |
---|---|
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.0.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |