Uses of Class
org.apache.qpid.jms.provider.amqp.AmqpSession
-
Packages that use AmqpSession Package Description org.apache.qpid.jms.provider.amqp org.apache.qpid.jms.provider.amqp.builders -
-
Uses of AmqpSession in org.apache.qpid.jms.provider.amqp
Subclasses of AmqpSession in org.apache.qpid.jms.provider.amqp Modifier and Type Class Description classAmqpConnectionSessionSubclass 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 AmqpSession Modifier and Type Field Description protected AmqpSessionAmqpConsumer. sessionprotected AmqpSessionAmqpProducer. sessionMethods in org.apache.qpid.jms.provider.amqp that return AmqpSession Modifier and Type Method Description AmqpSessionAmqpConnection. getSession(JmsSessionId sessionId)Retrieve the indicated Session instance from the list of active sessions.AmqpSessionAmqpConsumer. getSession()AmqpSessionAmqpFixedProducer. getSession()AmqpSessionAmqpTemporaryDestination. getSession()AmqpSessionAmqpTransactionContext. getSession()Constructors in org.apache.qpid.jms.provider.amqp with parameters of type AmqpSession Constructor Description AmqpAnonymousFallbackProducer(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 AmqpSession Modifier and Type Method Description protected 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 AmqpSession Modifier and Type Method Description protected 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 AmqpSession Constructor Description AmqpConsumerBuilder(AmqpSession parent, JmsConsumerInfo consumerInfo)AmqpProducerBuilder(AmqpSession parent, JmsProducerInfo resourceInfo)AmqpTemporaryDestinationBuilder(AmqpSession parent, JmsTemporaryDestination resourceInfo)
-