WebNMS 5 API Specification

com.adventnet.management
Class MSNotification

java.lang.Object
  |
  +--com.adventnet.management.MSNotification

public class MSNotification
extends java.lang.Object

Contains the parameters necessary for the ManagementServer for processing an Event from the ProtocolProvider . The Provider pass the Events filled in this format to the ManagementServer through the interface, MSNotifyListener The protocol provider sets two parameters in this object,
1. Device notification PDU and
2. The requestId corresponding to the register request.
The Management Server uses this requestId to update the registered applications with the event after converting the Protocol Event PDU into a generic Event through MSEventFilter.


Field Summary
 java.lang.Object notifResult
          The Event PDU recieved by the ProtocolProvider
 java.lang.String requestId
          The requestId with which the ManagementServer registered for recieving events in ProtocolProvider.registerForNotification(Property).
 
Constructor Summary
MSNotification()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

notifResult

public java.lang.Object notifResult
The Event PDU recieved by the ProtocolProvider

requestId

public java.lang.String requestId
The requestId with which the ManagementServer registered for recieving events in ProtocolProvider.registerForNotification(Property). This is the requestId set in the request Property used for event registration.
Constructor Detail

MSNotification

public MSNotification()

WebNMS 5 API Specification