Package | Description |
---|---|
org.apache.river.mahalo |
Provides implementations of the
TransactionManager service.
|
Modifier and Type | Field and Description |
---|---|
(package private) ParticipantHandle |
PrepareAndCommitJob.handle |
(package private) ParticipantHandle |
ParticipantTask.handle |
(package private) ParticipantHandle[] |
PrepareJob.handles |
(package private) ParticipantHandle[] |
CommitJob.handles |
(package private) ParticipantHandle[] |
AbortJob.handles |
private ParticipantHandle |
ParticipantModRecord.part |
(package private) ParticipantHandle[] |
CommitRecord.parts |
private ParticipantHandle[] |
AbortRecord.parts |
Modifier and Type | Field and Description |
---|---|
private List<ParticipantHandle> |
TxnManagerTransaction.parts |
Modifier and Type | Method and Description |
---|---|
(package private) ParticipantHandle |
ParticipantModRecord.getPart() |
(package private) ParticipantHandle[] |
CommitRecord.getParts()
Retrieves the set of
TransactionParticipant s associated
with the recovered Transaction . |
(package private) ParticipantHandle[] |
AbortRecord.getParts()
Retrieves the set of
TransactionParticipant s associated
with the recovered Transaction . |
Modifier and Type | Method and Description |
---|---|
private List<ParticipantHandle> |
TxnManagerTransaction.parthandles() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
TxnManagerTransaction.add(ParticipantHandle handle)
Convenience method which adds a given
ParticipantHandle
to the set of ParticpantHandle s associated with this
transaction. |
(package private) void |
TxnManagerTransaction.modifyParticipant(ParticipantHandle handle,
int state)
Convenience method which allows the caller to modify the
prepState associated with a given
ParticipantHandle |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.