| Package | Description |
|---|---|
| com.mockrunner.mock.jms | |
| org.activemq.filter.mockrunner | |
| org.activemq.mockrunner.test | |
| org.activemq.selector.mockrunner |
| Modifier and Type | Method and Description |
|---|---|
protected Filter |
MockMessageConsumer.getMessageFilter() |
| Modifier and Type | Method and Description |
|---|---|
javax.jms.Message |
MockDestination.getMatchingMessage(Filter filter)
Returns the next message that matches the filter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AndFilter
Alwin Ibba: Changed package
Represents a logical AND operation on two filters
|
class |
ExpressionFilter
Alwin Ibba: Changed package
Represents a filter using an expression
|
class |
NotFilter
Alwin Ibba: Changed package
Represents a logical not operation on another filter
|
class |
OrFilter
Alwin Ibba: Changed package
Represents a logical OR operation on two filters
|
| Modifier and Type | Method and Description |
|---|---|
Filter |
AndFilter.getLeft() |
Filter |
OrFilter.getLeft() |
Filter |
AndFilter.getRight() |
Filter |
OrFilter.getRight() |
| Constructor and Description |
|---|
AndFilter(Filter left,
Filter right) |
NotFilter(Filter filter) |
OrFilter(Filter left,
Filter right) |
| Modifier and Type | Method and Description |
|---|---|
protected Filter |
SelectorParserTest.parse(String text) |
| Modifier and Type | Method and Description |
|---|---|
Filter |
SelectorParser.JmsSelector() |
Filter |
SelectorParser.parse(String sql) |
Copyright © 2003–2020. All rights reserved.