A default emitter filter plug-in is included with the Common Event Infrastructure.
The Common Event Infrastructure includes a default emitter filter plug-in, which can be configured with an XPath event selector defining which events are sent to the event server and which are discarded. For example, the filter settings might specify that only events with severity greater than 20 (harmless) should be sent.
To filter events using the default filter plug-in, follow these steps:
Event sources can now use the new emitter factory to create instances of an emitter using the new filter configuration. If you later want to adjust the filter settings for event sources using that emitter factory, you can modify the event selector specified in the filter factory.
You can use tracing to find out what events are being discarded by the default filter plug-in; for more information, see Logging and tracing in the Common Event Infrastructure.
permission java.util.PropertyPermission "*", "read"; permission java.io.FilePermission "${was.install.root}${/}java${/}jre${/}lib${/}jxpath.properties", "read";
Last updated: Thu Apr 27 14:23:48 2006
(c) Copyright IBM Corporation 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)