+

Search Tips   |   Advanced Search

Common Base Event content handler

Content handlers populate data into Common Base Events when the Common Base Event complete method is invoked. We can associate content handlers with Common Base Event templates, which provide default information to transfer into each Common Base Event.

Content handlers might also provide any other information relevant to completing the population of the Common Base Event, such as appropriate runtime defaults. The use of content handlers ensures consistency of field use in the Common Base Event within a component or within a set of components that share the same runtime. For example, some content handlers support the specification of a template. If used consistently across a component, this template ensures that all events for that component have the same template information filled in. Similarly, some content handlers can also supply runtime information to their associated Common Base Events. If consistently used throughout the entire runtime, runtime information ensures that all events use runtime data in a similar way.

The event factory home used in the WAS runtime is associated with a content handler that both reads from a template, and supplies runtime data. Have components use Event Factories that are obtained from this event factory home with their own templates, to produce consistency between application events and server events.

More details can be found in Create custom Common Base Event content handlers or the API documentation for org.eclipse.hyades.logging.events.cbe.ContentHandler.


Related

  1. The Common Base Event in WebSphere Application Server
  2. Create custom Common Base Event content handlers
  3. Logging with Common Base Event API and the Java logging API
  4. Logging Common Base Events in WebSphere Application Server
  5. Add logging and tracing to the application