org.activemq.filter
Class SimpleDestinationFilter
java.lang.Object
org.activemq.filter.DestinationFilter
org.activemq.filter.SimpleDestinationFilter
- All Implemented Interfaces:
- Filter
public class SimpleDestinationFilter
- extends DestinationFilter
Matches messages sent to an exact destination
- Version:
- $Revision: 1.1.1.1 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleDestinationFilter
public SimpleDestinationFilter(Destination 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-2008 Protique, Ltd.. All Rights Reserved.