public interface ResourceTransaction
| Modifier and Type | Method and Description |
|---|---|
void |
resume()
Resumes a previously suspended tx.
|
void |
suspend()
Suspends the work, so that underlying resources can
be used for a next (sibling) invocation.
|
void suspend()
throws IllegalStateException,
ResourceException
void resume()
throws IllegalStateException,
ResourceException
Copyright © 2022. All rights reserved.