Uses of Class
org.apache.qpid.jms.meta.JmsProducerId
-
Packages that use JmsProducerId Package Description org.apache.qpid.jms The core AMQP JMS client implementation classes.org.apache.qpid.jms.message org.apache.qpid.jms.meta org.apache.qpid.jms.provider.amqp -
-
Uses of JmsProducerId in org.apache.qpid.jms
Methods in org.apache.qpid.jms that return JmsProducerId Modifier and Type Method Description protected JmsProducerIdJmsSession. getNextProducerId()protected JmsProducerIdJmsMessageProducer. getProducerId()Methods in org.apache.qpid.jms with parameters of type JmsProducerId Modifier and Type Method Description protected JmsMessageProducerJmsSession. lookup(JmsProducerId producerId)Constructors in org.apache.qpid.jms with parameters of type JmsProducerId Constructor Description JmsMessageProducer(JmsProducerId producerId, JmsSession session, JmsDestination destination)JmsQueueSender(JmsProducerId id, JmsSession session, JmsDestination destination)JmsTopicPublisher(JmsProducerId id, JmsSession session, JmsDestination destination) -
Uses of JmsProducerId in org.apache.qpid.jms.message
Methods in org.apache.qpid.jms.message that return JmsProducerId Modifier and Type Method Description JmsProducerIdJmsOutboundMessageDispatch. getProducerId()Methods in org.apache.qpid.jms.message with parameters of type JmsProducerId Modifier and Type Method Description voidJmsOutboundMessageDispatch. setProducerId(JmsProducerId producerId) -
Uses of JmsProducerId in org.apache.qpid.jms.meta
Methods in org.apache.qpid.jms.meta that return JmsProducerId Modifier and Type Method Description JmsProducerIdJmsProducerInfo. getId()Methods in org.apache.qpid.jms.meta with parameters of type JmsProducerId Modifier and Type Method Description intJmsProducerId. compareTo(JmsProducerId other)Constructors in org.apache.qpid.jms.meta with parameters of type JmsProducerId Constructor Description JmsConnectionId(JmsProducerId id)JmsProducerId(JmsProducerId id)JmsProducerInfo(JmsProducerId producerId)JmsProducerInfo(JmsProducerId producerId, JmsMessageIDBuilder messageIDBuilder)JmsSessionId(JmsProducerId id) -
Uses of JmsProducerId in org.apache.qpid.jms.provider.amqp
Methods in org.apache.qpid.jms.provider.amqp that return JmsProducerId Modifier and Type Method Description JmsProducerIdAmqpProducer. getProducerId()Methods in org.apache.qpid.jms.provider.amqp with parameters of type JmsProducerId Modifier and Type Method Description booleanAmqpTransactionContext. isInTransaction(JmsProducerId producerId)
-