com.ibm.events.filter
Interface FilterFactory
- public interface FilterFactory
The Filter factory interface is used by emitters to create a filter.
The implementation of the filter instance returned is dependent on the implementation of the
filter factory.
- Since:
- 5.1.0
- Version:
- 1.12 2/10/05
- See Also:
Emitter
,
Filter
getFilter
public Filter getFilter()
throws FilterException
- Returns a filter instance.
Implementations of this method should be threadsafe.
- Returns:
- A filter instance to be used by the emitter.
- Throws:
FilterFactoryException
- If the filter factory cannot obtain the filter instance.
FilterException