IBM WebSphere Application ServerTM
Release 8

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.2 11/4/05
See Also:
Emitter, Filter

Method Summary
 Filter getFilter()
          Returns a filter instance.
 

Method Detail

getFilter

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

IBM WebSphere Application ServerTM
Release 8