Uses of Class
org.apache.qpid.protonj2.engine.Transaction.DischargeState
-
Packages that use Transaction.DischargeState Package Description org.apache.qpid.protonj2.engine org.apache.qpid.protonj2.engine.impl -
-
Uses of Transaction.DischargeState in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine that return Transaction.DischargeState Modifier and Type Method Description Transaction.DischargeState
Transaction. 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
Transaction.DischargeState. valueOf(String name)
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 Modifier and Type Method Description Transaction.DischargeState
ProtonTransaction. getDischargeState()
-