org.opennms.netmgt.notifd
Class MicroblogDMNotificationStrategy

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

public class MicroblogDMNotificationStrategy
extends MicroblogNotificationStrategy

MicroblogDMNotificationStrategy class.

Author:
OpenNMS

Field Summary
 
Fields inherited from class org.opennms.netmgt.notifd.MicroblogNotificationStrategy
m_configDao, m_microblogConfigurationDao
 
Constructor Summary
MicroblogDMNotificationStrategy()
          Constructor for MicroblogDMNotificationStrategy.
MicroblogDMNotificationStrategy(org.springframework.core.io.Resource configResource)
          Constructor for MicroblogDMNotificationStrategy.
 
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

MicroblogDMNotificationStrategy

public MicroblogDMNotificationStrategy()
                                throws IOException

Constructor for MicroblogDMNotificationStrategy.

Throws:
IOException - if any.

MicroblogDMNotificationStrategy

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

Constructor for MicroblogDMNotificationStrategy.

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.