org.opennms.netmgt.scriptd.helper
Class AlarmEventSynchronization
java.lang.Object
org.opennms.netmgt.scriptd.helper.AlarmEventSynchronization
- All Implemented Interfaces:
- EventSynchronization
public class AlarmEventSynchronization
- extends Object
- implements EventSynchronization
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlarmEventSynchronization
public AlarmEventSynchronization()
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 interface EventSynchronization
sync
public void sync()
- Description copied from interface:
EventSynchronization
- this method sync
Events
- Specified by:
sync in interface EventSynchronization
getEvents
public List<Event> getEvents()
- Description copied from interface:
EventSynchronization
- Calling this method get the synchronization
Events
- Specified by:
getEvents in interface EventSynchronization
Copyright © 2011. All Rights Reserved.