| Modifier and Type | Method and Description |
|---|---|
EventFilter |
TargetCounterDecorator.makeEventFilter() |
EventFilter |
EventPublishingCounter.makeEventFilter() |
| Modifier and Type | Class and Description |
|---|---|
class |
BotTriggerFilter
Filter that accepts only events for the specified BotTrigger.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CompositeFilter
Interface for composite filters.
|
interface |
DelegatingFilter
Interface for delegating filters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCompositeFilter
Composite filter.
|
class |
AbstractDelegatingFilter
Abstract base class for delegating filters.
|
| Modifier and Type | Method and Description |
|---|---|
EventFilter |
AbstractDelegatingFilter.getDelegate() |
EventFilter |
DelegatingFilter.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EventFilter> |
CompositeFilter.getFilters() |
java.util.List<EventFilter> |
AbstractCompositeFilter.getFilters()
Returns a shallow copy of the filters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeFilter.addFilter(EventFilter filter) |
void |
AbstractCompositeFilter.addFilter(EventFilter filter) |
void |
AbstractDelegatingFilter.setDelegate(EventFilter delegate) |
void |
DelegatingFilter.setDelegate(EventFilter delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeFilter.setFilters(java.util.List<EventFilter> filters) |
void |
AbstractCompositeFilter.setFilters(java.util.List<EventFilter> filters) |
| Constructor and Description |
|---|
AbstractCompositeFilter(EventFilter... filters) |
AbstractDelegatingFilter(EventFilter delegate) |
| Constructor and Description |
|---|
AbstractCompositeFilter(java.util.List<EventFilter> filters) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNamedUriListFilter
Event filter that accepts need specific events the URI of which is found in the specified named URI list.
|
class |
AcceptAllEventsFilter
Event filter that accepts all events.
|
class |
AcceptNTimesFilter
Delegating filter that counts how many times its delegate has accepted.
|
class |
AcceptOnceFilter
Delegating filter that only accepts once.
|
class |
AndFilter
Filter that accepts if all filters it has accept.
|
class |
CommandResultFilter
Accepts only CommandResultEvents that are results of the specified command.
|
class |
ConnectionUriEventFilter
Abstract base class for filters that will only accept events (connection specific or connection specific) with the specified connection URI.
|
class |
ConnectionUriInNamedListFilter
Filter that accepts ConnectionSpecificEvents if their needURI is in the specified named list.
|
class |
EventListenerContextAwareFilter
Abstract base class for filters that need the event listener context for making their decision.
|
class |
FinishedEventFilter
Filter that only accepts a FinishedEvent for a specific listener.
|
class |
NeedUriEventFilter
Abstract base class for filters that will only accept events (need specific or connection specific) with the specified need URI.
|
class |
NeedUriInNamedListFilter
Filter that accepts NeedSpecificEvents if their needURI is in the specified named list.
|
class |
NotFilter
Delegating filter that inverts its delegate's result.
|
class |
OrFilter
User: fkleedorfer
Date: 25.03.14
|
class |
OriginalMessageUriRemoteResponseEventFilter
Accepts only ResponseEvents with the specified originalMessageURI.
|
class |
OriginalMessageUriResponseEventFilter
Accepts only ResponseEvents with the specified originalMessageURI.
|
class |
SameEventFilter
Only accepts the event specified at filter creation.
|
class |
TargetCounterFilter
Accepts only events generated by the specified TargetCounter.
|
| Constructor and Description |
|---|
AcceptNTimesFilter(EventFilter delegate,
int targetCount) |
AcceptOnceFilter(EventFilter delegate) |
AndFilter(EventFilter... filters) |
NotFilter(EventFilter delegate) |
OrFilter(EventFilter... filters) |
| Constructor and Description |
|---|
AndFilter(java.util.List<EventFilter> filters) |
OrFilter(java.util.List<EventFilter> filters) |
| Modifier and Type | Field and Description |
|---|---|
protected EventFilter |
BaseEventListener.eventFilter |
| Modifier and Type | Method and Description |
|---|---|
protected static EventFilter |
BATestScriptListener.createEventFilter(java.net.URI coordinatorURI,
java.net.URI participantURI) |
Copyright © 2018. All Rights Reserved.