public interface ExportingTransactionManager
| Modifier and Type | Method and Description |
|---|---|
void |
addExtent(Extent extent)
Should be called after call returns successfully:
adds the extent of the call to the current transaction.
|
Propagation |
getPropagation()
Gets the propagation info of the transaction for the calling thread.
|
Propagation getPropagation() throws SysException, IllegalStateException
IllegalStateException - If no such transaction exists, e.g. after a prior rollback.SysExceptionvoid addExtent(Extent extent) throws SysException, IllegalArgumentException, RollbackException
extent - The extent of the call.IllegalArgumentException - If the format of the supplied extent is not recognized.RollbackException - If the current transaction has already rolled back.SysExceptionCopyright © 2023. All rights reserved.