Uses of Class
org.apache.activemq.command.ProducerId

Packages that use ProducerId
org.apache.activemq The core JMS client API implementation classes. 
org.apache.activemq.advisory Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available. 
org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodes 
org.apache.activemq.state   
 

Uses of ProducerId in org.apache.activemq
 

Methods in org.apache.activemq that return ProducerId
protected  ProducerId ActiveMQSession.getNextProducerId()
           
 

Methods in org.apache.activemq with parameters of type ProducerId
 void ActiveMQConnection.addProducer(ProducerId producerId, ActiveMQMessageProducer producer)
           
 long ActiveMQMessageAuditNoSync.getLastSeqId(ProducerId id)
           
 void ActiveMQConnection.removeProducer(ProducerId producerId)
           
 

Constructors in org.apache.activemq with parameters of type ProducerId
ActiveMQMessageProducer(ActiveMQSession session, ProducerId producerId, ActiveMQDestination destination, int sendTimeout)
           
ActiveMQOutputStream(ActiveMQConnection connection, ProducerId producerId, ActiveMQDestination destination, Map<String,Object> properties, int deliveryMode, int priority, long timeToLive)
           
 

Uses of ProducerId in org.apache.activemq.advisory
 

Methods in org.apache.activemq.advisory that return ProducerId
 ProducerId ProducerEvent.getProducerId()
           
 

Constructors in org.apache.activemq.advisory with parameters of type ProducerId
ProducerEvent(ProducerEventSource source, javax.jms.Destination destination, ProducerId producerId, int producerCount)
           
ProducerStoppedEvent(ProducerEventSource source, ActiveMQDestination destination, ProducerId consumerId, int count)
           
 

Uses of ProducerId in org.apache.activemq.command
 

Fields in org.apache.activemq.command declared as ProducerId
protected  ProducerId ProducerInfo.producerId
           
protected  ProducerId ProducerAck.producerId
           
protected  ProducerId MessageId.producerId
           
protected  ProducerId Message.producerId
           
 

Methods in org.apache.activemq.command that return ProducerId
 ProducerId ProducerInfo.getProducerId()
           
 ProducerId ProducerAck.getProducerId()
          The producer id that this ack message is destined for.
 ProducerId MessageId.getProducerId()
           
 ProducerId Message.getProducerId()
           
 

Methods in org.apache.activemq.command with parameters of type ProducerId
 void ActiveMQMessage.setJMSMessageID(ProducerId producerId, long producerSequenceId)
          This will create an object of MessageId.
 void ProducerInfo.setProducerId(ProducerId producerId)
           
 void ProducerAck.setProducerId(ProducerId producerId)
           
 void MessageId.setProducerId(ProducerId producerId)
           
 void Message.setProducerId(ProducerId producerId)
           
 

Constructors in org.apache.activemq.command with parameters of type ProducerId
ConnectionId(ProducerId id)
           
MessageId(ProducerId producerId, long producerSequenceId)
           
ProducerAck(ProducerId producerId, int size)
           
ProducerId(ProducerId id)
           
ProducerInfo(ProducerId producerId)
           
SessionId(ProducerId id)
           
 

Uses of ProducerId in org.apache.activemq.state
 

Methods in org.apache.activemq.state that return types with arguments of type ProducerId
 Set<ProducerId> SessionState.getProducerIds()
           
 Map<ProducerId,ProducerState> TransactionState.getProducerStates()
           
 

Methods in org.apache.activemq.state with parameters of type ProducerId
 ProducerState SessionState.getProducerState(ProducerId producerId)
           
 Response ConnectionStateTracker.processRemoveProducer(ProducerId id)
           
 Response CommandVisitorAdapter.processRemoveProducer(ProducerId id)
           
 Response CommandVisitor.processRemoveProducer(ProducerId id)
           
 ProducerState SessionState.removeProducer(ProducerId id)
           
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.