Package org.opennms.netmgt.alarmd.api
Interface Destination
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
BSFEngineHandler,DroolsEngine,EmailDestination,JmsDestination,SnmpTrapSink,SyslogDestination
public interface Destination extends java.io.SerializableThe Interface Destination.- Author:
- David Hustace
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Gets the destination name.booleanisFirstOccurrenceOnly()Checks if is first occurrence only.
-