***  This package contains classes that provide Binary Compatibility only, not Source Compatibility  ***

Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.

Package com.sas.services.events

Top-level package for event services that contains an EventFactory that can be used to create events to send to an EventBroker service for processing.

See:
          Description

Interface Summary
EventInterface Deprecated. As of release 9.3, replaced by SAS Midtier Eventing Architecture.
 

Class Summary
EventFactory Deprecated. As of release 9.3, replaced by SAS Midtier Eventing Architecture.
 

Package com.sas.services.events Description

Top-level package for event services that contains an EventFactory that can be used to create events to send to an EventBroker service for processing.

Event services

Overview

Overview

An event is a type of notification that triggers an EventBroker service to take some sort of action. The event itself is a representation of a well-formed XML specification that contains the name of the event and associated properties and message body. An event is sent to an EventBroker service via one of the many supported transport monitors. When an EventBroker service is triggered by an event, it determines what process flows and dynamic listener applications need to run and be dispatched respectively to handle the incoming event. The broker's flowengine controls these event-initiated actions.


***  This package contains classes that provide Binary Compatibility only, not Source Compatibility  ***

Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.


Copyright © 2009 SAS Institute Inc. All Rights Reserved.