Uses of Enum Class
org.jboss.jbossts.star.client.extended.txstatusext.TransactionStatusElement
Packages that use TransactionStatusElement
-
Uses of TransactionStatusElement in org.jboss.jbossts.star.client.extended.txstatusext
Methods in org.jboss.jbossts.star.client.extended.txstatusext that return TransactionStatusElementModifier and TypeMethodDescriptionCoordinatorElement.getStatus()
ParticipantElement.getStatus()
static TransactionStatusElement
Returns the enum constant of this class with the specified name.static TransactionStatusElement[]
TransactionStatusElement.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.jbossts.star.client.extended.txstatusext with parameters of type TransactionStatusElementModifier and TypeMethodDescriptionvoid
CoordinatorElement.setStatus
(TransactionStatusElement status) void
ParticipantElement.setStatus
(TransactionStatusElement status)