Uses of Class
org.apache.qpid.server.AMQChannel

Packages that use AMQChannel
org.apache.qpid.server.handler   
org.apache.qpid.server.logging.actors   
org.apache.qpid.server.logging.subjects   
org.apache.qpid.server.message   
org.apache.qpid.server.protocol   
org.apache.qpid.server.queue   
org.apache.qpid.server.subscription   
 

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

Methods in org.apache.qpid.server.handler with parameters of type AMQChannel
static boolean BasicGetMethodHandler.performGet(AMQQueue queue, AMQProtocolSession session, AMQChannel channel, boolean acks)
           
 

Constructors in org.apache.qpid.server.handler with parameters of type AMQChannel
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 AMQChannel in org.apache.qpid.server.logging.actors
 

Constructors in org.apache.qpid.server.logging.actors with parameters of type AMQChannel
AMQPChannelActor(AMQChannel channel, RootMessageLogger rootLogger)
          Create a new ChannelActor
 

Uses of AMQChannel in org.apache.qpid.server.logging.subjects
 

Constructors in org.apache.qpid.server.logging.subjects with parameters of type AMQChannel
ChannelLogSubject(AMQChannel channel)
           
 

Uses of AMQChannel in org.apache.qpid.server.message
 

Fields in org.apache.qpid.server.message with type parameters of type AMQChannel
(package private)  WeakReference<AMQChannel> AMQMessage._channelRef
           
 

Constructor parameters in org.apache.qpid.server.message with type arguments of type AMQChannel
AMQMessage(StoredMessage<MessageMetaData> handle, WeakReference<AMQChannel> channelRef)
           
 

Uses of AMQChannel in org.apache.qpid.server.protocol
 

Methods in org.apache.qpid.server.protocol that return AMQChannel
 AMQChannel AMQProtocolEngine.getAndAssertChannel(int channelId)
           
 AMQChannel AMQProtocolSession.getChannel(int channelId)
          Get the channel for this session associated with the specified id.
 AMQChannel AMQProtocolEngine.getChannel(int channelId)
           
 

Methods in org.apache.qpid.server.protocol that return types with arguments of type AMQChannel
 List<AMQChannel> AMQProtocolSession.getChannels()
           
 List<AMQChannel> AMQProtocolEngine.getChannels()
           
 

Methods in org.apache.qpid.server.protocol with parameters of type AMQChannel
 void AMQProtocolSession.addChannel(AMQChannel channel)
          Associate a channel with this session.
 void AMQProtocolEngine.addChannel(AMQChannel channel)
           
 void AMQProtocolSession.commitTransactions(AMQChannel channel)
           
 void AMQProtocolEngine.commitTransactions(AMQChannel channel)
           
 void AMQProtocolSession.rollbackTransactions(AMQChannel channel)
           
 void AMQProtocolEngine.rollbackTransactions(AMQChannel channel)
           
 

Uses of AMQChannel in org.apache.qpid.server.queue
 

Methods in org.apache.qpid.server.queue with parameters of type AMQChannel
 void AMQQueue.checkCapacity(AMQChannel channel)
           
 void SimpleAMQQueue.checkCapacity(AMQChannel channel)
           
 

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

Methods in org.apache.qpid.server.subscription that return AMQChannel
 AMQChannel SubscriptionImpl.getChannel()
           
 

Methods in org.apache.qpid.server.subscription with parameters of type AMQChannel
 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 AMQChannel
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