org.jboss.messaging.core.server.cluster
Interface RemoteQueueBinding

All Superinterfaces:
Binding, QueueBinding
All Known Implementing Classes:
RemoteQueueBindingImpl

public interface RemoteQueueBinding
extends QueueBinding

A RemoteQueueBinding

Author:
Tim Fox Created 23 Jan 2009 11:58:05

Method Summary
 void addConsumer(SimpleString filterString)
           
 void removeConsumer(SimpleString filterString)
           
 
Methods inherited from interface org.jboss.messaging.core.postoffice.QueueBinding
consumerCount, getQueue
 
Methods inherited from interface org.jboss.messaging.core.postoffice.Binding
getAddress, getBindable, getClusterName, getDistance, getFilter, getID, getRoutingName, getType, getUniqueName, isExclusive, isHighAcceptPriority, setID, willRoute
 

Method Detail

addConsumer

void addConsumer(SimpleString filterString)
                 throws java.lang.Exception
Throws:
java.lang.Exception

removeConsumer

void removeConsumer(SimpleString filterString)
                    throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2006 JBoss Inc. All Rights Reserved.