Uses of Interface
org.apache.qpid.proton.amqp.messaging.Outcome
-
Packages that use Outcome Package Description org.apache.qpid.proton.amqp.messaging org.apache.qpid.proton.amqp.transaction -
-
Uses of Outcome in org.apache.qpid.proton.amqp.messaging
Classes in org.apache.qpid.proton.amqp.messaging that implement Outcome Modifier and Type Class Description classAcceptedclassModifiedclassRejectedclassReleasedMethods in org.apache.qpid.proton.amqp.messaging that return Outcome Modifier and Type Method Description OutcomeSource. getDefaultOutcome()Methods in org.apache.qpid.proton.amqp.messaging with parameters of type Outcome Modifier and Type Method Description voidSource. setDefaultOutcome(Outcome defaultOutcome) -
Uses of Outcome in org.apache.qpid.proton.amqp.transaction
Classes in org.apache.qpid.proton.amqp.transaction that implement Outcome Modifier and Type Class Description classDeclaredMethods in org.apache.qpid.proton.amqp.transaction that return Outcome Modifier and Type Method Description OutcomeTransactionalState. getOutcome()Methods in org.apache.qpid.proton.amqp.transaction with parameters of type Outcome Modifier and Type Method Description voidTransactionalState. setOutcome(Outcome outcome)
-