Uses of Interface
org.apache.qpid.server.subscription.RecordDeliveryMethod

Packages that use RecordDeliveryMethod
org.apache.qpid.server   
org.apache.qpid.server.handler   
org.apache.qpid.server.subscription   
 

Uses of RecordDeliveryMethod in org.apache.qpid.server
 

Methods in org.apache.qpid.server that return RecordDeliveryMethod
 RecordDeliveryMethod AMQChannel.getRecordDeliveryMethod()
           
 

Uses of RecordDeliveryMethod in org.apache.qpid.server.handler
 

Constructors in org.apache.qpid.server.handler with parameters of type RecordDeliveryMethod
BasicGetMethodHandler.GetNoAckSubscription(AMQChannel channel, AMQProtocolSession protocolSession, org.apache.qpid.framing.AMQShortString consumerTag, org.apache.qpid.framing.FieldTable filters, boolean noLocal, FlowCreditManager creditManager, ClientDeliveryMethod deliveryMethod, RecordDeliveryMethod recordMethod)
           
 

Uses of RecordDeliveryMethod in org.apache.qpid.server.subscription
 

Methods in org.apache.qpid.server.subscription with parameters of type RecordDeliveryMethod
 Subscription SubscriptionFactory.createSubscription(AMQChannel channel, AMQProtocolSession protocolSession, org.apache.qpid.framing.AMQShortString consumerTag, boolean acks, org.apache.qpid.framing.FieldTable filters, boolean noLocal, FlowCreditManager creditManager, ClientDeliveryMethod clientMethod, RecordDeliveryMethod recordMethod)
           
 Subscription SubscriptionFactoryImpl.createSubscription(AMQChannel channel, AMQProtocolSession protocolSession, org.apache.qpid.framing.AMQShortString consumerTag, boolean acks, org.apache.qpid.framing.FieldTable filters, boolean noLocal, FlowCreditManager creditManager, ClientDeliveryMethod clientMethod, RecordDeliveryMethod recordMethod)
           
 

Constructors in org.apache.qpid.server.subscription with parameters of type RecordDeliveryMethod
SubscriptionImpl.AckSubscription(AMQChannel channel, AMQProtocolSession protocolSession, org.apache.qpid.framing.AMQShortString consumerTag, org.apache.qpid.framing.FieldTable filters, boolean noLocal, FlowCreditManager creditManager, ClientDeliveryMethod deliveryMethod, RecordDeliveryMethod recordMethod)
           
SubscriptionImpl.BrowserSubscription(AMQChannel channel, AMQProtocolSession protocolSession, org.apache.qpid.framing.AMQShortString consumerTag, org.apache.qpid.framing.FieldTable filters, boolean noLocal, FlowCreditManager creditManager, ClientDeliveryMethod deliveryMethod, RecordDeliveryMethod recordMethod)
           
SubscriptionImpl.NoAckSubscription(AMQChannel channel, AMQProtocolSession protocolSession, org.apache.qpid.framing.AMQShortString consumerTag, org.apache.qpid.framing.FieldTable filters, boolean noLocal, FlowCreditManager creditManager, ClientDeliveryMethod deliveryMethod, RecordDeliveryMethod recordMethod)
           
SubscriptionImpl(AMQChannel channel, AMQProtocolSession protocolSession, org.apache.qpid.framing.AMQShortString consumerTag, org.apache.qpid.framing.FieldTable arguments, boolean noLocal, FlowCreditManager creditManager, ClientDeliveryMethod deliveryMethod, RecordDeliveryMethod recordMethod)
           
 



Licensed to the Apache Software Foundation