org.jboss.messaging.core.server
Interface Distributor
- All Known Implementing Classes:
- DistributorImpl, GroupingRoundRobinDistributor, RoundRobinDistributor
public interface Distributor
A Distributor
- Author:
- Tim Fox
distribute
HandleStatus distribute(MessageReference reference)
addConsumer
void addConsumer(Consumer consumer)
removeConsumer
boolean removeConsumer(Consumer consumer)
getConsumerCount
int getConsumerCount()
hasConsumers
boolean hasConsumers()
getConsumers
java.util.List<Consumer> getConsumers()
Copyright © 2006 JBoss Inc. All Rights Reserved.