Uses of Class
org.jboss.jbossts.star.client.extended.txstatusext.TransactionStatusElement
-
Packages that use TransactionStatusElement Package Description org.jboss.jbossts.star.client.extended.txstatusext -
-
Uses of TransactionStatusElement in org.jboss.jbossts.star.client.extended.txstatusext
Methods in org.jboss.jbossts.star.client.extended.txstatusext that return TransactionStatusElement Modifier and Type Method Description TransactionStatusElementCoordinatorElement. getStatus()TransactionStatusElementParticipantElement. getStatus()static TransactionStatusElementTransactionStatusElement. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionStatusElement[]TransactionStatusElement. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.jbossts.star.client.extended.txstatusext with parameters of type TransactionStatusElement Modifier and Type Method Description voidCoordinatorElement. setStatus(TransactionStatusElement status)voidParticipantElement. setStatus(TransactionStatusElement status)
-