| Package | Description |
|---|---|
| com.atomikos.icatch |
| Modifier and Type | Method and Description |
|---|---|
void |
ExportingTransactionManager.addExtent(Extent extent)
Should be called after call returns successfully:
adds the extent of the call to the current transaction.
|
void |
CompositeTransaction.commit()
Commits the composite transaction.
|
void |
Participant.commit(boolean onePhase)
Commits the participant's work.
|
int |
Participant.prepare()
Prepares the participant.
|
Extent |
ImportingTransactionManager.terminated(boolean commit)
Signals that the incoming request is done processing, in order to
terminate the transaction context for the calling thread.
|
Copyright © 2019. All Rights Reserved.