*** This class provides Binary Compatibility only, not Source Compatibility ***
Package com.sas.services.events.broker
Class EventManager
java.lang.Object
com.sas.services.events.broker.EventManager
- All Implemented Interfaces:
Runnable
@SASScope("ALL")
@BinaryCompatibilityOnly
public class EventManager
extends Object
implements Runnable
EventManager threads process incoming events by taking events off of
the event queue that were put on the event queue by event triggered
monitoring transports.
In particular it parses the event
and decides what to do with it. Currently, it queries the configuration
to determine what process flow(s) should be run to process this event as
well as forwarding the event to any registered listening applications.
- Since:
- 1.0
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait