Class | Description |
---|---|
Container<T> |
Instances of this class represent the transactional memory within which user objects
can be placed and managed.
|
Enum | Description |
---|---|
Container.MODEL |
The sharing MODEL of the objects created by this instance.
|
Container.TYPE |
The TYPE of the objects created by this instance.
|
Exception | Description |
---|---|
InvalidAnnotationException |
Typically thrown when save_state and restore_state are not present and they should be.
|
LockException |
Thrown when an error occurs during lock acquisition or release.
|
TransactionException |
Thrown if an error occurs during transaction processing, e.g., commit fails.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.