org.opennms.netmgt.scriptd.helper
Class AlarmEventSynchronization

java.lang.Object
  extended by org.opennms.netmgt.scriptd.helper.AlarmEventSynchronization
All Implemented Interfaces:
EventSynchronization

public class AlarmEventSynchronization
extends Object
implements EventSynchronization


Constructor Summary
AlarmEventSynchronization()
           
 
Method Summary
 void addEventForwarder(EventForwarder forwarder)
          This method just add an event forwarder to forward sync events
 List<Event> getEvents()
          Calling this method get the synchronization Events
 void sync()
          this method sync Events
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlarmEventSynchronization

public AlarmEventSynchronization()
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 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.