|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.codehaus.activemq.filter.ExpressionFilter
Represents a filter using an expression
| Constructor Summary | |
ExpressionFilter(Expression expression)
|
|
| Method Summary | |
Expression |
getExpression()
|
boolean |
isWildcard()
|
boolean |
matches(Message message)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExpressionFilter(Expression expression)
| Method Detail |
public boolean matches(Message message)
throws JMSException
matches in interface FilterJMSExceptionpublic boolean isWildcard()
isWildcard in interface Filterpublic Expression getExpression()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||