public class JMSSelectorFilter extends Object implements MessageFilter
Constructor and Description |
---|
JMSSelectorFilter(String selector) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getSelector() |
int |
hashCode() |
boolean |
matches(Filterable message) |
boolean |
startAtTail() |
String |
toString() |
public JMSSelectorFilter(String selector) throws ParseException, TokenMgrError, SelectorParsingException
public String getName()
getName
in interface MessageFilter
public boolean matches(Filterable message)
matches
in interface MessageFilter
public boolean startAtTail()
startAtTail
in interface MessageFilter
public String getSelector()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.