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 MessageFilterpublic boolean matches(Filterable message)
matches in interface MessageFilterpublic boolean startAtTail()
startAtTail in interface MessageFilterpublic String getSelector()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.