Uses of Interface
org.apache.qpid.proton.amqp.transport.DeliveryState

Packages that use DeliveryState
org.apache.qpid.proton.amqp.messaging   
org.apache.qpid.proton.amqp.transaction   
org.apache.qpid.proton.amqp.transport   
org.apache.qpid.proton.engine   
 

Uses of DeliveryState in org.apache.qpid.proton.amqp.messaging
 

Classes in org.apache.qpid.proton.amqp.messaging that implement DeliveryState
 class Accepted
           
 class Modified
           
 class Received
           
 class Rejected
           
 class Released
           
 

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

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

Uses of DeliveryState in org.apache.qpid.proton.amqp.transport
 

Methods in org.apache.qpid.proton.amqp.transport that return DeliveryState
 DeliveryState Transfer.getState()
           
 DeliveryState Disposition.getState()
           
 

Methods in org.apache.qpid.proton.amqp.transport with parameters of type DeliveryState
 void Transfer.setState(DeliveryState state)
           
 void Disposition.setState(DeliveryState state)
           
 

Uses of DeliveryState in org.apache.qpid.proton.engine
 

Methods in org.apache.qpid.proton.engine that return DeliveryState
 DeliveryState Delivery.getLocalState()
           
 DeliveryState Delivery.getRemoteState()
           
 

Methods in org.apache.qpid.proton.engine with parameters of type DeliveryState
 void Delivery.disposition(DeliveryState state)
          updates the state of the delivery
 



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