|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.broker | The core classes for the ActiveMQ Message Broker and its connectors. |
org.apache.activemq.broker.region.policy | The policies which can be associated with a particular destination or wildcard. |
org.apache.activemq.broker.view | Broker Plugins for visualising the current system |
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()
|
Constructors in org.apache.activemq with parameters of type ProducerId | |
---|---|
ActiveMQMessageProducer(ActiveMQSession session,
ProducerId producerId,
ActiveMQDestination destination)
|
|
ActiveMQOutputStream(ActiveMQConnection connection,
ProducerId producerId,
ActiveMQDestination destination,
java.util.Map properties,
int deliveryMode,
int priority,
long timeToLive)
|
Uses of ProducerId in org.apache.activemq.advisory |
---|
Fields in org.apache.activemq.advisory declared as ProducerId | |
---|---|
protected ProducerId |
AdvisoryBroker.advisoryProducerId
|
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.broker |
---|
Methods in org.apache.activemq.broker with parameters of type ProducerId | |
---|---|
protected org.apache.activemq.broker.TransportConnection.ConnectionState |
TransportConnection.lookupConnectionState(ProducerId id)
|
Response |
TransportConnection.processRemoveProducer(ProducerId id)
|
Uses of ProducerId in org.apache.activemq.broker.region.policy |
---|
Methods in org.apache.activemq.broker.region.policy that return ProducerId | |
---|---|
protected ProducerId |
QueryBasedSubscriptionRecoveryPolicy.createProducerId()
|
Uses of ProducerId in org.apache.activemq.broker.view |
---|
Methods in org.apache.activemq.broker.view with parameters of type ProducerId | |
---|---|
protected void |
ConnectionDotFileInterceptor.printProducers(java.io.PrintWriter writer,
java.util.Map clients,
java.util.Map queues,
java.util.Map topics,
ProducerId producerId,
java.util.Set destinationSet)
|
Uses of ProducerId in org.apache.activemq.command |
---|
Fields in org.apache.activemq.command declared as ProducerId | |
---|---|
protected ProducerId |
MessageId.producerId
|
protected ProducerId |
Message.producerId
|
protected ProducerId |
ProducerInfo.producerId
|
Methods in org.apache.activemq.command that return ProducerId | |
---|---|
ProducerId |
MessageId.getProducerId()
|
ProducerId |
Message.getProducerId()
|
ProducerId |
ProducerInfo.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 |
MessageId.setProducerId(ProducerId producerId)
|
void |
Message.setProducerId(ProducerId producerId)
|
void |
ProducerInfo.setProducerId(ProducerId producerId)
|
Constructors in org.apache.activemq.command with parameters of type ProducerId | |
---|---|
ConnectionId(ProducerId id)
|
|
MessageId(ProducerId producerId,
long producerSequenceId)
|
|
ProducerId(ProducerId id)
|
|
ProducerInfo(ProducerId producerId)
|
|
SessionId(ProducerId id)
|
Uses of ProducerId in org.apache.activemq.state |
---|
Methods in org.apache.activemq.state with parameters of type ProducerId | |
---|---|
ProducerState |
SessionState.getProducerState(ProducerId producerId)
|
Response |
CommandVisitor.processRemoveProducer(ProducerId id)
|
Response |
ConnectionStateTracker.processRemoveProducer(ProducerId id)
|
ProducerState |
SessionState.removeProducer(ProducerId id)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |