| Package | Description |
|---|---|
| org.apache.river.mahalo |
Provides implementations of the
TransactionManager service.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
AbortJob
An implementation of a
org.apache.river.mahalo.Job which
interacts with a set of
net.jini.core.transaction.server.TransactionParticipants
to inform them to roll back changes associated with a given
net.jini.core.transaction.Transaction. |
(package private) class |
CommitJob
An implementation of a
Job which interacts with
a set of TransactionParticipants to inform them
to roll forward changes associated with a given Transaction. |
(package private) class |
PrepareAndCommitJob
An implementation of a
Job which interacts with
a set of TransactionParticipants to inform them
to vote and roll forward/back changes associated with a given
Transaction. |
(package private) class |
PrepareJob
An implementation of a
org.apache.river.mahalo.Job which
interacts with a set of
net.jini.core.transaction.server.TransactionParticipants
to inform them to vote. |
| Modifier and Type | Field and Description |
|---|---|
private Job |
TxnManagerTransaction.job |
(package private) Job |
ParticipantTask.myjob |
| Constructor and Description |
|---|
ParticipantTask(java.util.concurrent.ExecutorService manager,
WakeupManager wm,
Job myjob,
ParticipantHandle handle)
Constructs a
ParticipantTask. |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.