|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.activemq.filter.NotFilter
Represents a logical not operation on another filter
| Constructor Summary | |
NotFilter(Filter filter)
|
|
| Method Summary | |
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 NotFilter(Filter filter)
| Method Detail |
public boolean matches(javax.jms.Message message)
throws javax.jms.JMSException
matches in interface Filterjavax.jms.JMSExceptionpublic boolean isWildcard()
isWildcard in interface Filter
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||