IBM WebSphere Application ServerTM
Release 7

com.ibm.wsspi.monitoring
Interface EventSourceContext.Factory

Enclosing interface:
EventSourceContext

public static interface EventSourceContext.Factory


Method Summary
 EventSourceContext create(java.lang.String componentTypeQName, java.lang.String componentQName)
          Creates an event source for a monitored element.
 

Method Detail

create

EventSourceContext create(java.lang.String componentTypeQName,
                          java.lang.String componentQName)
Creates an event source for a monitored element. The usage is similar to java.util.logging.Logger.

Parameters:
componentTypeQName - e.g. "http://www.ibm.com/xmlns/prod/wbi/Map/6.0.0:BusinessObjectMap"
componentQName - the name of the wbi component , e.g.: "http://www.ibm.com/xmlns/prod/wbi/Map/6.0.0/ClarifyToGenericAddress:ClarifyToGenericAddress"
Returns:
the event source factory for the wbi component to be monitored

IBM WebSphere Application ServerTM
Release 7