|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.messaging.core.filter.impl.FilterImpl
public class FilterImpl
This class implements a JBoss Messaging filter
SimpleString
, not java.lang.String
(see JBMESSAGING-1307).
Derived from JBoss MQ version by, Norbert Lataille, Juha Lindfors, Jason Dillon, Scott Stark, Tim FoxConstructor Summary | |
---|---|
FilterImpl(SimpleString str)
|
Method Summary | |
---|---|
static Filter |
createFilter(java.lang.String filterStr)
|
SimpleString |
getFilterString()
|
boolean |
match(ServerMessage message)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilterImpl(SimpleString str) throws MessagingException
MessagingException
Method Detail |
---|
public static Filter createFilter(java.lang.String filterStr) throws MessagingException
filterStr
is null or a valid filter else
MessagingException
- if the string does not correspond to a valid filterpublic SimpleString getFilterString()
getFilterString
in interface Filter
public boolean match(ServerMessage message)
match
in interface Filter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |