org.apache.qpid.proton.engine.impl
Class TransportDelivery

java.lang.Object
  extended by org.apache.qpid.proton.engine.impl.TransportDelivery

public class TransportDelivery
extends Object


Constructor Summary
TransportDelivery(UnsignedInteger currentDeliveryId, DeliveryImpl delivery, org.apache.qpid.proton.engine.impl.TransportLink transportLink)
           
 
Method Summary
 UnsignedInteger getDeliveryId()
           
 org.apache.qpid.proton.engine.impl.TransportLink getTransportLink()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportDelivery

public TransportDelivery(UnsignedInteger currentDeliveryId,
                         DeliveryImpl delivery,
                         org.apache.qpid.proton.engine.impl.TransportLink transportLink)
Method Detail

getDeliveryId

public UnsignedInteger getDeliveryId()

getTransportLink

public org.apache.qpid.proton.engine.impl.TransportLink getTransportLink()


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