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, RollbackException
RollbackException - If no such transaction exists, e.g. after a prior rollback.SysExceptionvoid addExtent(Extent extent) throws SysException, RollbackException
extent - The extent of the call.RollbackException - If the current transaction
has already rolled back.SysException - On failure.Copyright © 2018. All Rights Reserved.