|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.network.DemandSubscription
public class DemandSubscription
Represents a network bridge interface
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |