Package org.opennms.netmgt.alarmd.api
Interface Destination
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BSFEngineHandler
,DroolsEngine
,EmailDestination
,JmsDestination
,SnmpTrapSink
,SyslogDestination
public interface Destination extends Serializable
The Interface Destination.- Author:
- David Hustace
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Gets the destination name.boolean
isFirstOccurrenceOnly()
Checks if is first occurrence only.
-
-
-
Method Detail
-
getName
String getName()
Gets the destination name.- Returns:
- the destination name
-
isFirstOccurrenceOnly
boolean isFirstOccurrenceOnly()
Checks if is first occurrence only.- Returns:
- true, if is first occurrence only
-
-