| Interface | Description |
|---|---|
| BlackList |
This interface represents a simple set that allows to add service references
and lookup whether a given reference is in the list.
|
| Filters |
The factory for Filter objects.
|
| HandlerTasks |
The factory for event handler tasks.
|
| TopicHandlerFilters |
The factory for EventHandler filters based on a certain topic.
|
| Class | Description |
|---|---|
| BlacklistingHandlerTasks |
This class is an implementation of the HandlerTasks interface that does provide
blacklisting of event handlers.
|
| CacheFilters |
This is an implementation of the Filters factory that uses a cache in
order to speed-up filter creation.
|
| CacheTopicHandlerFilters |
The factory for EventHandler filters based on a certain topic.
|
| CleanBlackList |
This class implements a BlackList that removes references to unregistered
services automatically.
|
Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.