|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.mq.server.ReceiversImplArrayList
public class ReceiversImplArrayList
The ArrayList implementation of the Receivers interface.
| Constructor Summary | |
|---|---|
ReceiversImplArrayList()
|
|
| Method Summary | |
|---|---|
void |
add(Subscription sub)
Add a receiver, ignored if the receiver is already present. |
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
add in interface Receiverssub - the receiver to addpublic Iterator iterator()
Receivers
iterator in interface Receiverspublic ArrayList listReceivers()
listReceivers in interface Receiverspublic void remove(Subscription sub)
Receivers
remove in interface Receiverssub - 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 | |||||||||