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

Method Summary
 void onAlarm(NorthboundAlarm alarm)
           
 void start()
           
 void stop()
           
 

Method Detail

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.