Uses of Enum
javax.transaction.Transactional.TxType
Packages that use Transactional.TxType
Package
Description
Provides the API that defines the contract between the transaction
manager and the various parties involved in a distributed transaction
namely : resource manager, application, and application server.
-
Uses of Transactional.TxType in javax.transaction
Methods in javax.transaction that return Transactional.TxTypeModifier and TypeMethodDescriptionstatic Transactional.TxTypeReturns the enum constant of this type with the specified name.static Transactional.TxType[]Transactional.TxType.values()Returns an array containing the constants of this enum type, in the order they are declared.