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