Uses of Enum
org.apache.qpid.protonj2.engine.Transaction.DischargeState
Packages that use Transaction.DischargeState
-
Uses of Transaction.DischargeState in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine that return Transaction.DischargeStateModifier 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
Methods in org.apache.qpid.protonj2.engine.impl that return Transaction.DischargeState