Uses of Enum Class
org.osgi.service.transaction.control.TransactionStatus
Package
Description
Transaction Control Service Package Version 1.0.
-
Uses of TransactionStatus in org.osgi.service.transaction.control
Modifier and TypeMethodDescriptionTransactionContext.getTransactionStatus()
static TransactionStatus
Returns the enum constant of this class with the specified name.static TransactionStatus[]
TransactionStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
TransactionContext.postCompletion
(Consumer<TransactionStatus> job) Register a callback that will be made after the scope completes