Developing Apama Applications > Developing Apama Applications in Java > Overview of Apama JMon Applications > Identifying external events
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.
Copyright © 2013-2015 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.