com.ibm.websphere.cem
Interface BusinessContextEventMediator


public interface BusinessContextEventMediator

Adds context data from the WebSphere runtime and BCDS to a CommonBaseEvent.

creates an event mediator instance

See Also:
CommonBaseEvent

Method Summary
 org.eclipse.hyades.logging.events.cbe.CommonBaseEvent addContext(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent cbe)
          Adds the context data to the given CommonBaseEvent
 org.eclipse.hyades.logging.events.cbe.CommonBaseEvent getContext()
          Returns a CommonBaseEvent containing context data
 

Method Detail

addContext

public org.eclipse.hyades.logging.events.cbe.CommonBaseEvent addContext(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent cbe)
Adds the context data to the given CommonBaseEvent

Parameters:
cbe - A CommonBaseEvent
Returns:
The CommonBaseEvent with WebSphere runtime and business context data added

getContext

public org.eclipse.hyades.logging.events.cbe.CommonBaseEvent getContext()
Returns a CommonBaseEvent containing context data

Returns:
A CommonBaseEvent containing WebSphere reuntime and business context data