org.activemq.filter
Class WildcardDestinationFilter

java.lang.Object
  extended by org.activemq.filter.DestinationFilter
      extended by org.activemq.filter.WildcardDestinationFilter
All Implemented Interfaces:
Filter

public class WildcardDestinationFilter
extends DestinationFilter

Matches messages which contain wildcards like "A.B.*.*"

Version:
$Revision: 1.1.1.1 $

Field Summary
 
Fields inherited from class org.activemq.filter.DestinationFilter
ANY_CHILD, ANY_DESCENDENT
 
Constructor Summary
WildcardDestinationFilter(String[] prefixes)
          An array of paths containing * characters
 
Method Summary
 String getText()
           
 boolean isWildcard()
           
 boolean matches(Destination destination)
           
 String toString()
           
 
Methods inherited from class org.activemq.filter.DestinationFilter
matches, parseFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WildcardDestinationFilter

public WildcardDestinationFilter(String[] prefixes)
An array of paths containing * characters

Parameters:
prefixes -
Method Detail

matches

public boolean matches(Destination destination)
Specified by:
matches in class DestinationFilter

getText

public String getText()

toString

public String toString()
Overrides:
toString in class Object

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.