Package com.cysols.iodef.analysis.sida

The concrete Alert event class and its relevant concrete classes are defined in this package.

See:
          Description

Interface Summary
AlertReader An interface of alert record reader from the data repository.
 

Class Summary
AggregatedAlertEvent This class represents an aggregated alert event object, which is a sub class of AggregatedEvent.
AggregatedAlertEventFactory The concrete implementation of the AggregatedEventFactory interface.
Alert This class represents Alert itself.
 

Exception Summary
AlertReadException The exception means it is unable to read the stored Alert data from data repository.
 

Package com.cysols.iodef.analysis.sida Description

The concrete Alert event class and its relevant concrete classes are defined in this package. Aggregated alert events are generated from the alert data by those API. Then, a reader interface is provided, so it is necessary to implement a concrete reader class for your own application.