Uses of Interface
org.apache.qpid.proton.messenger.Tracker

Packages that use Tracker
org.apache.qpid.proton.messenger   
 

Uses of Tracker in org.apache.qpid.proton.messenger
 

Methods in org.apache.qpid.proton.messenger that return Tracker
 Tracker Messenger.incomingTracker()
          Returns a token which can be used to accept or reject the message returned in the previous get() call.
 Tracker Messenger.outgoingTracker()
          Returns a token which can be used to track the status of the message of the previous put() call.
 

Methods in org.apache.qpid.proton.messenger with parameters of type Tracker
 void Messenger.accept(Tracker tracker, int flags)
          Accepts messages retrieved from the incoming message queue.
 Status Messenger.getStatus(Tracker tracker)
          Gets the last known remote state of the delivery associated with the given tracker.
 void Messenger.reject(Tracker tracker, int flags)
          Rejects messages retrieved from the incoming message queue.
 void Messenger.settle(Tracker tracker, int flags)
           
 



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