public interface UserTransactionOperationsProvider
UserTransaction
.Modifier and Type | Method and Description |
---|---|
boolean |
getAvailability()
Narayana gathers information on availability of user transaction
at current thread.
|
void |
setAvailability(boolean available)
Narayana pushes information about availability of user transaction
at current thread.
|
void setAvailability(boolean available)
Narayana pushes information about availability of user transaction at current thread.
For example UserTransaction is not available within particular scopes that's for example for @Transactional CDI bean and a TxType other than NOT_SUPPORTED or NEVER.
available
- boolean parameter setting transaction availabilityboolean getAvailability()
Copyright © 2024 JBoss by Red Hat. All rights reserved.