|
|||||||||
| Home >> All >> org >> activemq >> [ filter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.activemq.filter
Class CompositeDestinationFilter

java.lang.Objectorg.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 $
| 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:
matchesin classDestinationFilter
isWildcard
public boolean isWildcard()
|
|||||||||
| Home >> All >> org >> activemq >> [ filter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC