org.apache.activemq.broker
Class ConsumerBrokerExchange
java.lang.Object
org.apache.activemq.broker.ConsumerBrokerExchange
public class ConsumerBrokerExchange
- extends java.lang.Object
Holds internal state in the broker for a essageConsumer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsumerBrokerExchange
public ConsumerBrokerExchange()
getConnectionContext
public ConnectionContext getConnectionContext()
- Returns:
- the connectionContext
setConnectionContext
public void setConnectionContext(ConnectionContext connectionContext)
- Parameters:
connectionContext
- the connectionContext to set
getRegion
public Region getRegion()
- Returns:
- the region
setRegion
public void setRegion(Region region)
- Parameters:
region
- the region to set
getRegionDestination
public Destination getRegionDestination()
- Returns:
- the regionDestination
setRegionDestination
public void setRegionDestination(Destination regionDestination)
- Parameters:
regionDestination
- the regionDestination to set
getSubscription
public Subscription getSubscription()
- Returns:
- the subscription
setSubscription
public void setSubscription(Subscription subscription)
- Parameters:
subscription
- the subscription to set
isWildcard
public boolean isWildcard()
- Returns:
- the wildcard
setWildcard
public void setWildcard(boolean wildcard)
- Parameters:
wildcard
- the wildcard to set
Copyright © 2005-2011. All Rights Reserved.