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 java.lang.IllegalStateException,
ResourceException
java.lang.IllegalStateExceptionResourceExceptionvoid resume()
throws java.lang.IllegalStateException,
ResourceException
java.lang.IllegalStateExceptionResourceExceptionCopyright © 2019. All Rights Reserved.