Class AMQProducerBrokerExchange
- java.lang.Object
-
- org.apache.activemq.artemis.core.protocol.openwire.amq.AMQProducerBrokerExchange
-
public class AMQProducerBrokerExchange extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AMQProducerBrokerExchange()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AMQConnectionContextgetConnectionContext()org.apache.activemq.state.ProducerStategetProducerState()voidsetConnectionContext(AMQConnectionContext connectionContext)voidsetLastStoredSequenceId(long l)voidsetProducerState(org.apache.activemq.state.ProducerState producerState)
-
-
-
Method Detail
-
getConnectionContext
public AMQConnectionContext getConnectionContext()
- Returns:
- the connectionContext
-
setConnectionContext
public void setConnectionContext(AMQConnectionContext connectionContext)
- Parameters:
connectionContext- the connectionContext to set
-
getProducerState
public org.apache.activemq.state.ProducerState getProducerState()
- Returns:
- the producerState
-
setProducerState
public void setProducerState(org.apache.activemq.state.ProducerState producerState)
- Parameters:
producerState- the producerState to set
-
setLastStoredSequenceId
public void setLastStoredSequenceId(long l)
-
-