Uses of Enum
org.apache.qpid.protonj2.engine.Transaction.DischargeState
-
Uses of Transaction.DischargeState in org.apache.qpid.protonj2.engine
Modifier and TypeMethodDescriptionTransaction.getDischargeState()
For aTransaction
that has either been requested to discharge or has successfully discharged theTransaction.DischargeState
reflects whether the transaction was to be committed or rolled back.static Transaction.DischargeState
Returns the enum constant of this type with the specified name.static Transaction.DischargeState[]
Transaction.DischargeState.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Transaction.DischargeState in org.apache.qpid.protonj2.engine.impl