org.opennms.netmgt.config
Interface EventTranslatorConfig

All Known Implementing Classes:
EventTranslatorConfigFactory

public interface EventTranslatorConfig


Field Summary
static String TRANSLATOR_NAME
           
 
Method Summary
 List getUEIList()
          Get the list of UEIs that are registered in the passive status configuration.
 boolean isTranslationEvent(Event e)
          Determine if the @param e is a translation event
 List translateEvent(Event e)
          Translate the @param e to a new event
 

Field Detail

TRANSLATOR_NAME

static final String TRANSLATOR_NAME
See Also:
Constant Field Values
Method Detail

getUEIList

List getUEIList()
Get the list of UEIs that are registered in the passive status configuration.

Returns:
list of UEIs

isTranslationEvent

boolean isTranslationEvent(Event e)
Determine if the @param e is a translation event

Parameters:
e - Event
Returns:
true iff e is a translation event

translateEvent

List translateEvent(Event e)
Translate the @param e to a new event

Parameters:
e - Event
Returns:
a translated event


Copyright © 2009. All Rights Reserved.