org.jboss.messaging.core.postoffice
Interface QueueBinding

All Superinterfaces:
Binding
All Known Subinterfaces:
RemoteQueueBinding
All Known Implementing Classes:
LocalQueueBinding, RemoteQueueBindingImpl

public interface QueueBinding
extends Binding

A QueueBinding

Author:
Tim Fox Created 30 Jan 2009 11:04:37

Method Summary
 int consumerCount()
           
 Queue 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

consumerCount

int consumerCount()

getQueue

Queue getQueue()


Copyright © 2006 JBoss Inc. All Rights Reserved.