Package com.businesslink.sgi.api.sef

Strategi Event Framework (SEF) API.

See:
          Description

Interface Summary
SefHandler Defines the methods necessary for a Strategi Event Framework Handler class.
SefHandlerControl Defines the methods available in a handler control object for controlling the operation of an event handler.
 

Class Summary
SefClient Class used to send new Strategi Events.
 

Exception Summary
SefEscape Escape class for the Strategi Event Framework package.
 

Package com.businesslink.sgi.api.sef Description

Strategi Event Framework (SEF) API.

A Strategi Event is described as an exchange between a Strategi Event Client and a Strategi Event Handler, in which properties (keyword/value pairs) and data are sent and received. The exchange follows a strict sequence, outlined as follows:

  1. the client sends properties to the handler,
  2. the client sends data to the handler,
  3. the handler sends properties to the client, and
  4. the handler sends data to the client.
There is no limit on the number of properties or the size of the data exchanged in either direction.