Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.activemq.filter
Class CompositeDestinationFilter  view CompositeDestinationFilter download CompositeDestinationFilter.java

java.lang.Object
  extended byorg.activemq.filter.DestinationFilter
      extended byorg.activemq.filter.CompositeDestinationFilter
All Implemented Interfaces:
Filter

public class CompositeDestinationFilter
extends DestinationFilter

A DestinationFilter used for composite destinations

Version:
$Revision: 1.1.1.1 $

Field Summary
private  java.util.List filters
           
 
Fields inherited from class org.activemq.filter.DestinationFilter
ANY_CHILD, ANY_DESCENDENT
 
Constructor Summary
CompositeDestinationFilter(org.activemq.message.ActiveMQDestination destination)
           
 
Method Summary
 boolean isWildcard()
           
 boolean matches(javax.jms.Destination destination)
           
 
Methods inherited from class org.activemq.filter.DestinationFilter
matches, parseFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filters

private java.util.List filters
Constructor Detail

CompositeDestinationFilter

public CompositeDestinationFilter(org.activemq.message.ActiveMQDestination destination)
Method Detail

matches

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

isWildcard

public boolean isWildcard()