Class AlarmEventSynchronization
- java.lang.Object
-
- org.opennms.netmgt.scriptd.helper.AlarmEventSynchronization
-
- All Implemented Interfaces:
EventSynchronization
public class AlarmEventSynchronization extends Object implements EventSynchronization
-
-
Constructor Summary
Constructors Constructor Description AlarmEventSynchronization()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addEventForwarder(EventForwarder forwarder)
This method just add an event forwarder to forward sync eventsList<Event>
getEvents()
Calling this method get the synchronization Eventsvoid
sync()
this method sync Events
-
-
-
Method Detail
-
addEventForwarder
public void addEventForwarder(EventForwarder forwarder)
Description copied from interface:EventSynchronization
This method just add an event forwarder to forward sync events- Specified by:
addEventForwarder
in interfaceEventSynchronization
-
sync
public void sync()
Description copied from interface:EventSynchronization
this method sync Events- Specified by:
sync
in interfaceEventSynchronization
-
getEvents
public List<Event> getEvents()
Description copied from interface:EventSynchronization
Calling this method get the synchronization Events- Specified by:
getEvents
in interfaceEventSynchronization
-
-