|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EventTranslatorConfig
EventTranslatorConfig interface.
| Field Summary | |
|---|---|
static String |
TRANSLATOR_NAME
Constant TRANSLATOR_NAME="OpenNMS.EventTranslator" |
| Method Summary | |
|---|---|
List<String> |
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<Event> |
translateEvent(Event e)
Translate the @param e to a new event |
void |
update()
update |
| Field Detail |
|---|
static final String TRANSLATOR_NAME
TRANSLATOR_NAME="OpenNMS.EventTranslator"
| Method Detail |
|---|
List<String> getUEIList()
boolean isTranslationEvent(Event e)
e - Event
List<Event> translateEvent(Event e)
e - Event
void update()
throws Exception
update
Exception - if any.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||