org.activemq.filter
Class CompositeDestinationFilter
java.lang.Object
org.activemq.filter.DestinationFilter
org.activemq.filter.CompositeDestinationFilter
- All Implemented Interfaces:
- Filter
public class CompositeDestinationFilter
- extends DestinationFilter
A DestinationFilter
used for composite destinations
- Version:
- $Revision: 1.1.1.1 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeDestinationFilter
public CompositeDestinationFilter(ActiveMQDestination destination)
matches
public boolean matches(Destination destination)
- Specified by:
matches
in class DestinationFilter
isWildcard
public boolean isWildcard()
- Returns:
- return true if this filter is a wildcard filter
and so can match multiple destinations
Copyright © 2004-2009 Protique, Ltd.. All Rights Reserved.