org.opennms.netmgt.notifd
Class IrcCatNotificationStrategy

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

public class IrcCatNotificationStrategy
extends Object
implements NotificationStrategy

Send notifications to an IRCcat bot.

Version:
$Id: $
Author:
DJ Gregor

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

Constructor Detail

IrcCatNotificationStrategy

public IrcCatNotificationStrategy()

Constructor for IrcCatNotificationStrategy.

Method Detail

send

public int send(List<Argument> arguments)

send

Specified by:
send in interface NotificationStrategy
Parameters:
arguments - a List object.
Returns:
a int.


Copyright © 2011. All Rights Reserved.