A B C D E F G I M N O P Q R S T U V X

F

Filter - interface com.ibm.events.filter.Filter.
The interface for the filter that is used by an event emitter to determine whether or not an event should be sent to the event bus.
FilterException - exception com.ibm.events.filter.FilterException.
 
FilterException() - Constructor for class com.ibm.events.filter.FilterException
Creates a new FilterException object.
FilterException(String) - Constructor for class com.ibm.events.filter.FilterException
Creates a new FilterException object.
FilterException(String, String, Object[]) - Constructor for class com.ibm.events.filter.FilterException
Creates a FilterException with a detailed message and message translation information (resource bundle, message key and message substitutions).
FilterException(String, String, Object[], Throwable) - Constructor for class com.ibm.events.filter.FilterException
Creates a FilterException with a detailed message, message translation information (resource bundle, message key and message substitutions), and a nested exception.
FilterException(String, Throwable) - Constructor for class com.ibm.events.filter.FilterException
Creates a new FilterException.
FilterException(Throwable) - Constructor for class com.ibm.events.filter.FilterException
Creates a new FilterException.
FilterFactory - interface com.ibm.events.filter.FilterFactory.
The Filter factory interface is used by emitters to create a filter.

A B C D E F G I M N O P Q R S T U V X