Uses of Interface
org.apache.qpid.proton.amqp.messaging.Outcome

Packages that use Outcome
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
 class Accepted
           
 class Modified
           
 class Rejected
           
 class Released
           
 

Methods in org.apache.qpid.proton.amqp.messaging that return Outcome
 Outcome Source.getDefaultOutcome()
           
 

Methods in org.apache.qpid.proton.amqp.messaging with parameters of type Outcome
 void Source.setDefaultOutcome(Outcome defaultOutcome)
           
 

Uses of Outcome in org.apache.qpid.proton.amqp.transaction
 

Classes in org.apache.qpid.proton.amqp.transaction that implement Outcome
 class Declared
           
 

Methods in org.apache.qpid.proton.amqp.transaction that return Outcome
 Outcome TransactionalState.getOutcome()
           
 

Methods in org.apache.qpid.proton.amqp.transaction with parameters of type Outcome
 void TransactionalState.setOutcome(Outcome outcome)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.