|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jboss.mq.server.ReceiversImplLinkedList
The default implementation of the Receivers interface.
| Constructor Summary | |
ReceiversImplLinkedList()
|
|
| 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 ReceiversImplLinkedList()
| Method Detail |
public void add(Subscription sub)
Receivers
sub - the receiver to addpublic Iterator iterator()
Receivers
public ArrayList listReceivers()
listReceivers in interface Receiverspublic void remove(Subscription sub)
Receivers
sub - the receiver to removepublic int size()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||