Uses of Package
com.eventgnosis.system

Packages that use com.eventgnosis.system
com.eventgnosis.destinations   
com.eventgnosis.filters   
com.eventgnosis.sources   
com.eventgnosis.system   
 

Classes in com.eventgnosis.system used by com.eventgnosis.destinations
OutputEvents
          Interface for leaf nodes that are at the edge of the system and output events to external entities.
If a SystemObject implements this interface, then it outputs events.
SystemObject
          This is the base class for objects that form the runtime hierarchy which allow for either management of other system objects (hierarchy) or event processing.
The system object hierarchy is a rooted tree with managers at the top and event processing nodes bellow.
Much common functionality has been refactored into base class providing tremendous code reuse across the system.
Major object attributes are following:
  1.
 

Classes in com.eventgnosis.system used by com.eventgnosis.filters
SystemObject
          This is the base class for objects that form the runtime hierarchy which allow for either management of other system objects (hierarchy) or event processing.
The system object hierarchy is a rooted tree with managers at the top and event processing nodes bellow.
Much common functionality has been refactored into base class providing tremendous code reuse across the system.
Major object attributes are following:
  1.
 

Classes in com.eventgnosis.system used by com.eventgnosis.sources
InputEvents
          Interface to implement leaf system object that gets events from outside the system.
If a SystemObject implements this interface, then it inputs events from outside the system.
SystemObject
          This is the base class for objects that form the runtime hierarchy which allow for either management of other system objects (hierarchy) or event processing.
The system object hierarchy is a rooted tree with managers at the top and event processing nodes bellow.
Much common functionality has been refactored into base class providing tremendous code reuse across the system.
Major object attributes are following:
  1.
 

Classes in com.eventgnosis.system used by com.eventgnosis.system
SystemObject
          This is the base class for objects that form the runtime hierarchy which allow for either management of other system objects (hierarchy) or event processing.
The system object hierarchy is a rooted tree with managers at the top and event processing nodes bellow.
Much common functionality has been refactored into base class providing tremendous code reuse across the system.
Major object attributes are following:
  1.