|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Distributor | |
|---|---|
| org.jboss.messaging.core.contract | |
| org.jboss.messaging.core.impl | |
| Uses of Distributor in org.jboss.messaging.core.contract |
|---|
| Methods in org.jboss.messaging.core.contract that return Distributor | |
|---|---|
Distributor |
Queue.getLocalDistributor()
|
Distributor |
Queue.getRemoteDistributor()
|
| Uses of Distributor in org.jboss.messaging.core.impl |
|---|
| Classes in org.jboss.messaging.core.impl that implement Distributor | |
|---|---|
class |
ClusterRoundRobinDistributor
This distributor is used when distributing to consumers of clustered queues. |
class |
FirstReceiverDistributor
It will always favour the first receiver in the internal list of receivers, but will retry the next one (and the next one...) if a previous one does not want to accept the message. |
protected class |
MessagingQueue.DistributorWrapper
|
class |
RoundRobinDistributor
The distributor will always first try the next receiver in the list to the one it tried last time. |
| Fields in org.jboss.messaging.core.impl declared as Distributor | |
|---|---|
protected Distributor |
ChannelSupport.distributor
|
protected Distributor |
MessagingQueue.localDistributor
|
protected Distributor |
MessagingQueue.remoteDistributor
|
| Methods in org.jboss.messaging.core.impl that return Distributor | |
|---|---|
Distributor |
MessagingQueue.getLocalDistributor()
|
Distributor |
MessagingQueue.getRemoteDistributor()
|
| Constructors in org.jboss.messaging.core.impl with parameters of type Distributor | |
|---|---|
ClusterRoundRobinDistributor(Distributor local,
Distributor remote)
|
|
MessagingQueue.DistributorWrapper(Distributor distributor)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||