org.opennms.netmgt.notifd
Class SnmpTrapNotificationStrategy

java.lang.Object
  extended by org.opennms.netmgt.notifd.SnmpTrapNotificationStrategy
All Implemented Interfaces:
NotificationStrategy

public class SnmpTrapNotificationStrategy
extends Object
implements NotificationStrategy

Author:
david

Constructor Summary
SnmpTrapNotificationStrategy()
           
 
Method Summary
 int send(List<Argument> arguments)
           
 void sendV1Trap()
           
 void sendV2Trap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnmpTrapNotificationStrategy

public SnmpTrapNotificationStrategy()
Method Detail

send

public int send(List<Argument> arguments)
Specified by:
send in interface NotificationStrategy

sendV1Trap

public void sendV1Trap()
                throws Exception
Throws:
Exception

sendV2Trap

public void sendV2Trap()
                throws Exception
Throws:
Exception


Copyright © 2009. All Rights Reserved.