Uses of Class
org.apache.qpid.jms.meta.JmsProducerInfo
-
Packages that use JmsProducerInfo Package Description org.apache.qpid.jms The core AMQP JMS client implementation classes.org.apache.qpid.jms.meta org.apache.qpid.jms.provider.amqp org.apache.qpid.jms.provider.amqp.builders -
-
Uses of JmsProducerInfo in org.apache.qpid.jms
Fields in org.apache.qpid.jms declared as JmsProducerInfo Modifier and Type Field Description protected JmsProducerInfoJmsMessageProducer. producerInfo -
Uses of JmsProducerInfo in org.apache.qpid.jms.meta
Methods in org.apache.qpid.jms.meta that return JmsProducerInfo Modifier and Type Method Description JmsProducerInfoJmsProducerInfo. copy()Methods in org.apache.qpid.jms.meta with parameters of type JmsProducerInfo Modifier and Type Method Description intJmsProducerInfo. compareTo(JmsProducerInfo other)voidJmsProducerInfo. copy(JmsProducerInfo info)voidJmsDefaultResourceVisitor. processProducerInfo(JmsProducerInfo producerInfo)voidJmsResourceVistor. processProducerInfo(JmsProducerInfo producerInfo) -
Uses of JmsProducerInfo in org.apache.qpid.jms.provider.amqp
Methods in org.apache.qpid.jms.provider.amqp with parameters of type JmsProducerInfo Modifier and Type Method Description voidAmqpSession. createProducer(JmsProducerInfo producerInfo, AsyncResult request)AmqpProducerAmqpSession. getProducer(JmsProducerInfo producerInfo)Constructors in org.apache.qpid.jms.provider.amqp with parameters of type JmsProducerInfo Constructor Description AmqpAnonymousFallbackProducer(AmqpSession session, JmsProducerInfo info)Creates the Anonymous Producer object.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) -
Uses of JmsProducerInfo in org.apache.qpid.jms.provider.amqp.builders
Methods in org.apache.qpid.jms.provider.amqp.builders with parameters of type JmsProducerInfo Modifier and Type Method Description protected org.apache.qpid.proton.engine.SenderAmqpProducerBuilder. createEndpoint(JmsProducerInfo resourceInfo)protected AmqpProducerAmqpProducerBuilder. createResource(AmqpSession parent, JmsProducerInfo resourceInfo, org.apache.qpid.proton.engine.Sender endpoint)Constructors in org.apache.qpid.jms.provider.amqp.builders with parameters of type JmsProducerInfo Constructor Description AmqpProducerBuilder(AmqpSession parent, JmsProducerInfo resourceInfo)
-