com.cysols.iodef.analysis.sida
Class AggregatedAlertEventFactory
java.lang.Object
com.cysols.iodef.analysis.sida.AggregatedAlertEventFactory
- All Implemented Interfaces:
- AggregatedEventFactory
public class AggregatedAlertEventFactory
- extends Object
- implements AggregatedEventFactory
The concrete implementation of the AggregatedEventFactory interface. This class
can instantiate AggregatedAlertEvent instance. EventAggregator will create
AggregatedAlertEvent instance by using this factory method.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AggregatedAlertEventFactory
public AggregatedAlertEventFactory()
- A default constructor.
createAggregatedEvent
public AggregatedEvent createAggregatedEvent(String sourceAddress)
- Returns an AggregatedAlertEvent instance as AggregatedEvent. The AggregatedAlertEvent
is a concrete AggregatedEvent object.
- Specified by:
createAggregatedEvent in interface AggregatedEventFactory
- Parameters:
sourceAddress - source address of the aggregated event.
- Returns:
- a new concrete AggregatedEvent instance.