org.opennms.netmgt.config
Interface EventTranslatorConfig
- All Known Implementing Classes:
- EventTranslatorConfigFactory
public interface EventTranslatorConfig
TRANSLATOR_NAME
static final String TRANSLATOR_NAME
- See Also:
- Constant Field Values
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.