|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.activemq.filter.AndFilter
Represents a logical AND operation on two filters
| 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 |
| Constructor Detail |
public AndFilter(Filter left,
Filter right)
| Method Detail |
public boolean matches(javax.jms.Message message)
throws javax.jms.JMSException
matches in interface Filterjavax.jms.JMSExceptionpublic boolean isWildcard()
isWildcard in interface Filterpublic Filter getLeft()
public Filter getRight()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||