|
|||||||||
| 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 AndFilter

java.lang.Objectorg.activemq.filter.AndFilter
- All Implemented Interfaces:
- Filter
- public class AndFilter
- extends java.lang.Object
- implements Filter
- extends java.lang.Object
Represents a logical AND operation on two filters
- Version:
- $Revision: 1.1.1.1 $
| Field Summary | |
private Filter |
left
|
private Filter |
right
|
| Constructor Summary | |
AndFilter(Filter left,
Filter right)
|
|
| Method Summary | |
Filter |
getLeft()
|
Filter |
getRight()
|
boolean |
isWildcard()
|
boolean |
matches(javax.jms.Message message)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
left
private Filter left
right
private Filter right
| Constructor Detail |
AndFilter
public AndFilter(Filter left, Filter right)
| Method Detail |
matches
public boolean matches(javax.jms.Message message) throws javax.jms.JMSException
isWildcard
public boolean isWildcard()
- Specified by:
isWildcardin interfaceFilter
getLeft
public Filter getLeft()
getRight
public Filter getRight()
|
|||||||||
| Home >> All >> org >> activemq >> [ filter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.activemq.filter.AndFilter