WebNMS 5 API Specification

com.adventnet.management
Interface MSNotifyListener


public interface MSNotifyListener

This interface is used by the ProtocolProvider to notify the ManagementServer about the notification received. This is applicable only for protocols which supports event notification. This interface will be implemented by the ManagementServer. When protocol providers are initialized by Management Server, MS itself registers as notification listener to the ProtocolProvider using ProtocolProvider.addMSNotifyListener(com.adventnet.management.MSNotifyListener).


Method Summary
 void msNotify(java.lang.Object notifResult)
          This method will be used by the ManagementServer to get the events recieved by the Provider.
 

Method Detail

msNotify

public void msNotify(java.lang.Object notifResult)
This method will be used by the ManagementServer to get the events recieved by the Provider.
Parameters:
Object - - This is currently a MSNotification object - The generic format for giving the Event PDU to the ManagementServer .

WebNMS 5 API Specification