com.cysols.iodef.analysis
Interface AggregatedEventFactory

All Known Implementing Classes:
AggregatedAlertEventFactory, AggregatedPacketEventFactory

public interface AggregatedEventFactory

This interface defines a factory method to instantiate a concrete Event instance. The concrete factory class is used by EventAggregator to analyze and to aggregate the events.


Method Summary
 AggregatedEvent createAggregatedEvent(String sourceAddress)
          Returns Aggregated Event instance anew.
 

Method Detail

createAggregatedEvent

AggregatedEvent createAggregatedEvent(String sourceAddress)
Returns Aggregated Event instance anew.

Parameters:
sourceAddress - source address of the aggregated event.
Returns:
a new concrete AggregatedEvent instance.