| Class | Description |
|---|---|
| AbstractNamedUriListFilter |
Event filter that accepts need specific events the URI of which is found in the specified named URI list.
|
| AcceptAllEventsFilter |
Event filter that accepts all events.
|
| AcceptNTimesFilter |
Delegating filter that counts how many times its delegate has accepted.
|
| AcceptOnceFilter |
Delegating filter that only accepts once.
|
| AndFilter |
Filter that accepts if all filters it has accept.
|
| CommandResultFilter |
Accepts only CommandResultEvents that are results of the specified command.
|
| ConnectionUriEventFilter |
Abstract base class for filters that will only accept events (connection specific or connection specific) with the specified connection URI.
|
| ConnectionUriInNamedListFilter |
Filter that accepts ConnectionSpecificEvents if their needURI is in the specified named list.
|
| EventListenerContextAwareFilter |
Abstract base class for filters that need the event listener context for making their decision.
|
| FinishedEventFilter |
Filter that only accepts a FinishedEvent for a specific listener.
|
| NeedUriEventFilter |
Abstract base class for filters that will only accept events (need specific or connection specific) with the specified need URI.
|
| NeedUriInNamedListFilter |
Filter that accepts NeedSpecificEvents if their needURI is in the specified named list.
|
| NotFilter |
Delegating filter that inverts its delegate's result.
|
| OrFilter |
User: fkleedorfer
Date: 25.03.14
|
| OriginalMessageUriRemoteResponseEventFilter |
Accepts only ResponseEvents with the specified originalMessageURI.
|
| OriginalMessageUriResponseEventFilter |
Accepts only ResponseEvents with the specified originalMessageURI.
|
| SameEventFilter |
Only accepts the event specified at filter creation.
|
| TargetCounterFilter |
Accepts only events generated by the specified TargetCounter.
|
Copyright © 2018. All Rights Reserved.