Package org.opennms.netmgt.notifd
Class MicroblogReplyNotificationStrategy
- java.lang.Object
-
- org.opennms.netmgt.notifd.MicroblogNotificationStrategy
-
- org.opennms.netmgt.notifd.MicroblogReplyNotificationStrategy
-
- All Implemented Interfaces:
NotificationStrategy
public class MicroblogReplyNotificationStrategy extends MicroblogNotificationStrategy
MicroblogReplyNotificationStrategy class.
-
-
Field Summary
-
Fields inherited from class org.opennms.netmgt.notifd.MicroblogNotificationStrategy
m_configDao, m_microblogConfigurationDao
-
-
Constructor Summary
Constructors Constructor Description MicroblogReplyNotificationStrategy()
Constructor for MicroblogReplyNotificationStrategy.MicroblogReplyNotificationStrategy(org.springframework.core.io.Resource configResource)
Constructor for MicroblogReplyNotificationStrategy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
send(java.util.List<Argument> arguments)
send-
Methods inherited from class org.opennms.netmgt.notifd.MicroblogNotificationStrategy
buildMessageBody, buildUblogService, findDefaultConfigResource, findDestName, getMicroblogConfigurationDao, setMicroblogConfigurationDao
-
-
-
-
Constructor Detail
-
MicroblogReplyNotificationStrategy
public MicroblogReplyNotificationStrategy() throws java.io.IOException
Constructor for MicroblogReplyNotificationStrategy.
- Throws:
java.io.IOException
- if any.
-
MicroblogReplyNotificationStrategy
public MicroblogReplyNotificationStrategy(org.springframework.core.io.Resource configResource)
Constructor for MicroblogReplyNotificationStrategy.
- Parameters:
configResource
- aResource
object.
-
-
Method Detail
-
send
public int send(java.util.List<Argument> arguments)
send
- Specified by:
send
in interfaceNotificationStrategy
- Overrides:
send
in classMicroblogNotificationStrategy
- Parameters:
arguments
- aList
object.- Returns:
- a int.
-
-