org.apache.activemq.broker
Class ProducerBrokerExchange
java.lang.Object
org.apache.activemq.broker.ProducerBrokerExchange
public class ProducerBrokerExchange
- extends Object
Holds internal state in the broker for a MessageProducer
- Version:
- $Revision: 1.8 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProducerBrokerExchange
public ProducerBrokerExchange()
copy
public ProducerBrokerExchange copy()
getConnectionContext
public ConnectionContext getConnectionContext()
- Returns:
- the connectionContext
setConnectionContext
public void setConnectionContext(ConnectionContext connectionContext)
- Parameters:
connectionContext
- the connectionContext to set
isMutable
public boolean isMutable()
- Returns:
- the mutable
setMutable
public void setMutable(boolean mutable)
- Parameters:
mutable
- the mutable to set
getRegionDestination
public Destination getRegionDestination()
- Returns:
- the regionDestination
setRegionDestination
public void setRegionDestination(Destination regionDestination)
- Parameters:
regionDestination
- the regionDestination to set
getRegion
public Region getRegion()
- Returns:
- the region
setRegion
public void setRegion(Region region)
- Parameters:
region
- the region to set
getProducerState
public ProducerState getProducerState()
- Returns:
- the producerState
setProducerState
public void setProducerState(ProducerState producerState)
- Parameters:
producerState
- the producerState to set
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.