|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mq.server.ReceiversImpl
public class ReceiversImpl
The default implementation of the Receivers interface.
Constructor Summary | |
---|---|
ReceiversImpl()
|
Method Summary | |
---|---|
void |
add(Subscription sub)
Add a receiver |
Iterator |
iterator()
Get an iterator to loop over all receivers |
ArrayList |
listReceivers()
|
void |
remove(Subscription sub)
Remove a receiver |
int |
size()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReceiversImpl()
Method Detail |
---|
public void add(Subscription sub)
Receivers
add
in interface Receivers
sub
- the receiver to addpublic Iterator iterator()
Receivers
iterator
in interface Receivers
public ArrayList listReceivers()
listReceivers
in interface Receivers
public void remove(Subscription sub)
Receivers
remove
in interface Receivers
sub
- the receiver to removepublic int size()
size
in interface Receivers
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |