This class create an XMLRPC client and provide methods to notify the
external XMLRPC server for 'nodeLostService', 'nodeRegainedService',
'interfaceDown', 'interfaceUp', 'nodeDown' and 'nodeUp' events.
The Xmlrpcd receives events selectively and sends notification
to an external XMLRPC server via the XMLRPC protocol.
Xmlrpcd() -
Constructor for class org.opennms.netmgt.xmlrpcd.Xmlrpcd
Constructs a new Xmlrpcd object that receives events subscribed
by the external XMLRPC server and sends corresponding message to
the external XMLRPC server via XMLRPC protocol.
Process xmlrpcNotificationEvent according the status flag to determine
to send a notifyReceivedEvent, or a notifySuccess, or a notifyFailure
notification to XMLRPC Server.