org.opennms.netmgt.scriptd.helper
Interface EventSynchronization

All Known Implementing Classes:
AlarmEventSynchronization

public interface EventSynchronization

Interface to use for triggering a generic event synchronization

Author:
antonio

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
 

Method Detail

addEventForwarder

void addEventForwarder(EventForwarder forwarder)
This method just add an event forwarder to forward sync events

Parameters:
forwarder -

getEvents

List<Event> getEvents()
Calling this method get the synchronization Events


sync

void sync()
this method sync Events



Copyright © 2011. All Rights Reserved.