|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opennms.netmgt.utils.XmlrpcUtil
Constructor Summary | |
XmlrpcUtil()
|
Method Summary | |
static void |
createAndSendXmlrpcNotificationEvent(long txNo,
java.lang.String sourceUei,
java.lang.String message,
int status,
java.lang.String generator)
This method is responsible for generating an xmlrpcNotification event and sending it to eventd.. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XmlrpcUtil()
Method Detail |
public static void createAndSendXmlrpcNotificationEvent(long txNo, java.lang.String sourceUei, java.lang.String message, int status, java.lang.String generator)
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.
|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |