Package js.ea

Interface Summary
AdminEA Provides methods for admimistration pruposes of the event agent.
EventAgent The EventAgent manages the event mechanism of JavaSymphony (event registering and production).
EventMonitorInterface Remote Interface that provides methods to read and set event properties of the EventAgent.
 

Class Summary
EAHelper Provides some important methods used by the event agent.
EventAgentImpl The EventAgent manages the event mechanism of JavaSymphony (event registering and production).
JSConsumerEvent Class that describes an event that is registered at the EventAgent, so that the conusmer will receive notification about specific events.
JSEventConsumer A consumer that wants to receive notification about specific events.
JSEventProducer Used to produce events.
JSProducerEvent Class that represents an event that will be produced by the JSEventProducer.
JSSystemEventConsumer Used to create a consumer that wants to receive notification about specific events.
JSSystemEventProducer Used to produce system events.