Uses of Package
com.eventgnosis.types

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

Classes in com.eventgnosis.types used by com.eventgnosis.filters
Event
          The class that encapsulates individual events flowing thru the system.
This is the common data representation for all ECS events;
 

Classes in com.eventgnosis.types used by com.eventgnosis.sources
Event
          The class that encapsulates individual events flowing thru the system.
This is the common data representation for all ECS events;
 

Classes in com.eventgnosis.types used by com.eventgnosis.system
Event
          The class that encapsulates individual events flowing thru the system.
This is the common data representation for all ECS events;
 

Classes in com.eventgnosis.types used by com.eventgnosis.types
Event
          The class that encapsulates individual events flowing thru the system.
This is the common data representation for all ECS events;
XmlRep
          Widely-used Event representation holder.
Holds generic data in the most memory-efficient form that can be output in XML format.
Data is kept as an ArrayList of fieldname - value pairs(NameValuePair tuples).