public class DemandSubscription extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(org.apache.activemq.command.ConsumerId id)
Increment the consumers associated with this subscription
|
boolean |
addForcedDurableConsumer(org.apache.activemq.command.ConsumerId id) |
void |
decrementOutstandingResponses() |
Set<org.apache.activemq.command.SubscriptionInfo> |
getDurableRemoteSubs() |
int |
getForcedDurableConsumersSize() |
org.apache.activemq.command.SubscriptionInfo |
getLocalDurableSubscriber() |
org.apache.activemq.command.ConsumerInfo |
getLocalInfo() |
org.apache.activemq.command.NetworkBridgeFilter |
getNetworkBridgeFilter() |
org.apache.activemq.command.ConsumerInfo |
getRemoteInfo() |
boolean |
incrementOutstandingResponses() |
boolean |
isEmpty() |
boolean |
isStaticallyIncluded() |
boolean |
remove(org.apache.activemq.command.ConsumerId id)
Increment the consumers associated with this subscription
|
boolean |
removeForcedDurableConsumer(org.apache.activemq.command.ConsumerId id) |
void |
setLocalDurableSubscriber(org.apache.activemq.command.SubscriptionInfo localDurableSubscriber) |
void |
setNetworkBridgeFilter(org.apache.activemq.command.NetworkBridgeFilter networkBridgeFilter) |
void |
setStaticallyIncluded(boolean staticallyIncluded) |
int |
size() |
String |
toString() |
void |
waitForCompletion() |
public boolean add(org.apache.activemq.command.ConsumerId id)
id - public boolean remove(org.apache.activemq.command.ConsumerId id)
id - public Set<org.apache.activemq.command.SubscriptionInfo> getDurableRemoteSubs()
public boolean isEmpty()
public int size()
public org.apache.activemq.command.ConsumerInfo getLocalInfo()
public org.apache.activemq.command.ConsumerInfo getRemoteInfo()
public boolean addForcedDurableConsumer(org.apache.activemq.command.ConsumerId id)
public boolean removeForcedDurableConsumer(org.apache.activemq.command.ConsumerId id)
public int getForcedDurableConsumersSize()
public void waitForCompletion()
public void decrementOutstandingResponses()
public boolean incrementOutstandingResponses()
public org.apache.activemq.command.NetworkBridgeFilter getNetworkBridgeFilter()
public void setNetworkBridgeFilter(org.apache.activemq.command.NetworkBridgeFilter networkBridgeFilter)
public org.apache.activemq.command.SubscriptionInfo getLocalDurableSubscriber()
public void setLocalDurableSubscriber(org.apache.activemq.command.SubscriptionInfo localDurableSubscriber)
public boolean isStaticallyIncluded()
public void setStaticallyIncluded(boolean staticallyIncluded)
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.