|
||||||||||
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 |
int |
getDispatched()
|
ConsumerInfo |
getLocalInfo()
|
ConsumerInfo |
getRemoteInfo()
|
int |
incrementDispatched()
|
boolean |
isEmpty()
|
boolean |
remove(ConsumerId id)
Increment the consumers associated with this subscription |
void |
setDispatched(int dispatched)
|
void |
setLocalInfo(ConsumerInfo localInfo)
|
void |
setRemoteInfo(ConsumerInfo remoteInfo)
|
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 int getDispatched()
public void setDispatched(int dispatched)
dispatched
- The dispatched to set.public int incrementDispatched()
public ConsumerInfo getLocalInfo()
public void setLocalInfo(ConsumerInfo localInfo)
localInfo
- The localInfo to set.public ConsumerInfo getRemoteInfo()
public void setRemoteInfo(ConsumerInfo remoteInfo)
remoteInfo
- The remoteInfo to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |