org.opennms.netmgt.notifd
Class XMPPNotificationManager
java.lang.Object
org.opennms.netmgt.notifd.XMPPNotificationManager
public class XMPPNotificationManager
- extends Object
Singleton class used to send messages to an XMPP Server. Used by
XMPPNotificationStragetgy and XMPPGroupNotificationStrategy
- Author:
- Jonathan Sartin, Benjamin Reed
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMPPNotificationManager
protected XMPPNotificationManager()
getInstance
public static XMPPNotificationManager getInstance()
- get an instance of the XMPPNotificationManager
- Returns:
- instance of XMPPNotificationManager
isLoggedIn
public boolean isLoggedIn()
sendMessage
public boolean sendMessage(String xmppTo,
String xmppMessage)
sendGroupChat
public boolean sendGroupChat(String xmppChatRoom,
String xmppMessage)
- send an xmpp message to a specified Chat Room.
- Parameters:
xmppChatRoom - room to send message to.xmppMessage - text to be sent in the body of the message
- Returns:
- true if message is sent, false otherwise
log
protected Category log()
Copyright © 2009. All Rights Reserved.