org.apache.activemq.filter
Class SimpleDestinationFilter
java.lang.Object
org.apache.activemq.filter.DestinationFilter
org.apache.activemq.filter.SimpleDestinationFilter
- All Implemented Interfaces:
- BooleanExpression, Expression
public class SimpleDestinationFilter
- extends DestinationFilter
Matches messages sent to an exact destination
- Version:
- $Revision: 1.3 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleDestinationFilter
public SimpleDestinationFilter(ActiveMQDestination destination)
matches
public boolean matches(ActiveMQDestination destination)
- Specified by:
matches
in class DestinationFilter
isWildcard
public boolean isWildcard()
Copyright © 2011 Apache Software Foundation. All Rights Reserved.