Retrieves the name of the event source from the event object.
Syntax
public String getEventSource();
Return values
A String object containing the event source, which is the source from which the event originated.
Exceptions
Notes
The event source is often used by connectors that require this information for archiving. For example, the WebSphere Business Integration Adapter for JText stores the name of the WebSphere MQ queue.