public class DemandSubscription extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
add(ConsumerId id)
Increment the consumers associated with this subscription
|
void |
decrementOutstandingResponses() |
ConsumerInfo |
getLocalInfo() |
ConsumerInfo |
getRemoteInfo() |
boolean |
incrementOutstandingResponses() |
boolean |
isEmpty() |
boolean |
remove(ConsumerId id)
Increment the consumers associated with this subscription
|
void |
waitForCompletion() |
public boolean add(ConsumerId id)
id
- public boolean remove(ConsumerId id)
id
- public boolean isEmpty()
public ConsumerInfo getLocalInfo()
public ConsumerInfo getRemoteInfo()
public void waitForCompletion()
public void decrementOutstandingResponses()
public boolean incrementOutstandingResponses()
Copyright © 2005-2012. All Rights Reserved.