org.opennms.netmgt.notifd
Class MicroblogReplyNotificationStrategy

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

public class MicroblogReplyNotificationStrategy
extends MicroblogNotificationStrategy

MicroblogReplyNotificationStrategy class.

Version:
$Id: $
Author:
OpenNMS, OpenNMS

Field Summary
 
Fields inherited from class org.opennms.netmgt.notifd.MicroblogNotificationStrategy
m_configDao, m_microblogConfigurationDao
 
Constructor Summary
MicroblogReplyNotificationStrategy()
          Constructor for MicroblogReplyNotificationStrategy.
MicroblogReplyNotificationStrategy(org.springframework.core.io.Resource configResource)
          Constructor for MicroblogReplyNotificationStrategy.
 
Method Summary
 int send(List<Argument> arguments)
          send
 
Methods inherited from class org.opennms.netmgt.notifd.MicroblogNotificationStrategy
buildMessageBody, buildUblogService, findDefaultConfigResource, findDestName, getMicroblogConfigurationDao, log, setMicroblogConfigurationDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MicroblogReplyNotificationStrategy

public MicroblogReplyNotificationStrategy()
                                   throws IOException

Constructor for MicroblogReplyNotificationStrategy.

Throws:
IOException - if any.

MicroblogReplyNotificationStrategy

public MicroblogReplyNotificationStrategy(org.springframework.core.io.Resource configResource)

Constructor for MicroblogReplyNotificationStrategy.

Parameters:
configResource - a Resource object.
Method Detail

send

public int send(List<Argument> arguments)

send

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


Copyright © 2011. All Rights Reserved.