Uses of Class
org.apache.qpid.jms.provider.amqp.AmqpSession
Packages that use AmqpSession
-
Uses of AmqpSession in org.apache.qpid.jms.provider.amqp
Subclasses of AmqpSession in org.apache.qpid.jms.provider.amqpModifier and TypeClassDescriptionclassSubclass of the standard session object used solely by AmqpConnection to aid in managing connection resources that require a persistent session.Fields in org.apache.qpid.jms.provider.amqp declared as AmqpSessionModifier and TypeFieldDescriptionprotected final AmqpSessionAmqpConsumer.sessionprotected final AmqpSessionAmqpProducer.sessionMethods in org.apache.qpid.jms.provider.amqp that return AmqpSessionModifier and TypeMethodDescriptionAmqpConnection.getSession(JmsSessionId sessionId) Retrieve the indicated Session instance from the list of active sessions.AmqpConsumer.getSession()AmqpFixedProducer.getSession()AmqpTemporaryDestination.getSession()AmqpTransactionContext.getSession()Constructors in org.apache.qpid.jms.provider.amqp with parameters of type AmqpSessionModifierConstructorDescriptionAmqpAnonymousFallbackProducer(AmqpSession session, JmsProducerInfo info) Creates the Anonymous Producer object.AmqpConsumer(AmqpSession session, JmsConsumerInfo info, org.apache.qpid.proton.engine.Receiver receiver) AmqpFixedProducer(AmqpSession session, JmsProducerInfo info, org.apache.qpid.proton.engine.Sender sender) AmqpProducer(AmqpSession session, JmsProducerInfo info) AmqpProducer(AmqpSession session, JmsProducerInfo info, org.apache.qpid.proton.engine.Sender endpoint) AmqpTemporaryDestination(AmqpSession session, JmsTemporaryDestination destination, org.apache.qpid.proton.engine.Sender endpoint) AmqpTransactionContext(AmqpSession session, JmsSessionInfo resourceInfo) Creates a new AmqpTransactionContext instance. -
Uses of AmqpSession in org.apache.qpid.jms.provider.amqp.builders
Methods in org.apache.qpid.jms.provider.amqp.builders that return AmqpSessionModifier and TypeMethodDescriptionprotected AmqpSessionAmqpConnectionSessionBuilder.createResource(AmqpConnection parent, JmsSessionInfo resourceInfo, org.apache.qpid.proton.engine.Session endpoint) protected AmqpSessionAmqpSessionBuilder.createResource(AmqpConnection parent, JmsSessionInfo resourceInfo, org.apache.qpid.proton.engine.Session endpoint) Methods in org.apache.qpid.jms.provider.amqp.builders with parameters of type AmqpSessionModifier and TypeMethodDescriptionprotected AmqpConsumerAmqpConsumerBuilder.createResource(AmqpSession parent, JmsConsumerInfo resourceInfo, org.apache.qpid.proton.engine.Receiver endpoint) protected AmqpProducerAmqpProducerBuilder.createResource(AmqpSession parent, JmsProducerInfo resourceInfo, org.apache.qpid.proton.engine.Sender endpoint) protected AmqpTemporaryDestinationAmqpTemporaryDestinationBuilder.createResource(AmqpSession parent, JmsTemporaryDestination resourceInfo, org.apache.qpid.proton.engine.Sender endpoint) Constructors in org.apache.qpid.jms.provider.amqp.builders with parameters of type AmqpSessionModifierConstructorDescriptionAmqpConsumerBuilder(AmqpSession parent, JmsConsumerInfo consumerInfo) AmqpProducerBuilder(AmqpSession parent, JmsProducerInfo resourceInfo) AmqpTemporaryDestinationBuilder(AmqpSession parent, JmsTemporaryDestination resourceInfo)