Identifying external events
In some situations, you might want to determine whether an event originated outside the correlator. To do this, call the Event.isExternal() method:
public boolean isExternal()
This method returns true if the event was sent to the correlator by some external process and that event was then passed into your JMon application.