org.opennms.netmgt.utils
Class XmlrpcUtil
java.lang.Object
org.opennms.netmgt.utils.XmlrpcUtil
public final class XmlrpcUtil
- extends Object
- Author:
- James Zuo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlrpcUtil
public XmlrpcUtil()
createAndSendXmlrpcNotificationEvent
public static void createAndSendXmlrpcNotificationEvent(long txNo,
String sourceUei,
String message,
int status,
String generator)
- This method is responsible for generating an xmlrpcNotification event and
sending it to eventd..
- Parameters:
txNo - the transaction no.sourceUei - The uei of the source event that this event to report for.message - The message for external xmlrpc server.status - flag to indicate the type of this notification.generator - openNMS daemon where this event is produced.
Copyright © 2009. All Rights Reserved.