org.opennms.netmgt.alarmd.api
Interface Northbounder
- All Known Implementing Classes:
- AbstractNorthbounder, HttpNorthbounder, JmsNorthbounder
public interface Northbounder
North bound Interface API
- Version:
- $Id: $
- Author:
- David Hustace
start
void start()
throws NorthbounderException
- Throws:
NorthbounderException
onAlarm
void onAlarm(NorthboundAlarm alarm)
throws NorthbounderException
- Throws:
NorthbounderException
stop
void stop()
throws NorthbounderException
- Throws:
NorthbounderException
Copyright © 2011. All Rights Reserved.