|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Consumer | |
---|---|
org.jboss.messaging.core.server | |
org.jboss.messaging.core.server.cluster | |
org.jboss.messaging.core.server.cluster.impl | |
org.jboss.messaging.core.server.impl |
Uses of Consumer in org.jboss.messaging.core.server |
---|
Subinterfaces of Consumer in org.jboss.messaging.core.server | |
---|---|
interface |
ServerConsumer
A ServerConsumer |
Methods in org.jboss.messaging.core.server that return types with arguments of type Consumer | |
---|---|
java.util.Set<Consumer> |
Queue.getConsumers()
|
java.util.List<Consumer> |
Distributor.getConsumers()
|
Methods in org.jboss.messaging.core.server with parameters of type Consumer | |
---|---|
void |
Queue.addConsumer(Consumer consumer)
|
void |
Distributor.addConsumer(Consumer consumer)
|
boolean |
Queue.removeConsumer(Consumer consumer)
|
boolean |
Distributor.removeConsumer(Consumer consumer)
|
Uses of Consumer in org.jboss.messaging.core.server.cluster |
---|
Subinterfaces of Consumer in org.jboss.messaging.core.server.cluster | |
---|---|
interface |
Bridge
A JMSBridge |
Uses of Consumer in org.jboss.messaging.core.server.cluster.impl |
---|
Classes in org.jboss.messaging.core.server.cluster.impl that implement Consumer | |
---|---|
class |
BridgeImpl
A JMSBridgeImpl |
class |
Redistributor
A Redistributor |
Uses of Consumer in org.jboss.messaging.core.server.impl |
---|
Classes in org.jboss.messaging.core.server.impl that implement Consumer | |
---|---|
class |
ServerConsumerImpl
Concrete implementation of a ClientConsumer. |
Fields in org.jboss.messaging.core.server.impl with type parameters of type Consumer | |
---|---|
protected java.util.List<Consumer> |
DistributorImpl.consumers
|
Methods in org.jboss.messaging.core.server.impl that return types with arguments of type Consumer | |
---|---|
java.util.List<Consumer> |
DistributorImpl.getConsumers()
|
java.util.Set<Consumer> |
QueueImpl.getConsumers()
|
Methods in org.jboss.messaging.core.server.impl with parameters of type Consumer | |
---|---|
void |
RoundRobinDistributor.addConsumer(Consumer consumer)
|
void |
DistributorImpl.addConsumer(Consumer consumer)
|
void |
QueueImpl.addConsumer(Consumer consumer)
|
protected HandleStatus |
RoundRobinDistributor.handle(MessageReference reference,
Consumer consumer)
|
boolean |
GroupingRoundRobinDistributor.removeConsumer(Consumer consumer)
|
boolean |
RoundRobinDistributor.removeConsumer(Consumer consumer)
|
boolean |
DistributorImpl.removeConsumer(Consumer consumer)
|
boolean |
QueueImpl.removeConsumer(Consumer consumer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |