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

      Methods 
      Modifier and Type Method and Description
      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 Business Process ManagerTM
Release 8