org.jboss.messaging.core.server
Interface Distributor

All Known Implementing Classes:
DistributorImpl, RoundRobinDistributor

public interface Distributor

A Distributor

Author:
Tim Fox

Method Summary
 void addConsumer(Consumer consumer)
           
 int getConsumerCount()
           
 Consumer getNextConsumer()
           
 boolean removeConsumer(Consumer consumer)
           
 

Method Detail

addConsumer

void addConsumer(Consumer consumer)

removeConsumer

boolean removeConsumer(Consumer consumer)

getConsumerCount

int getConsumerCount()

getNextConsumer

Consumer getNextConsumer()


Copyright © 2006 JBoss Inc. All Rights Reserved.