Cisco Cisco Prime Network 4.0 Guida Dello Sviluppatore

Pagina di 148
       MTOSI OSS Integration
 
 
Cisco Prime Network OSS  Integration  Guide for  MTOSI and 3GPP 
OL-30201-01
 
 
53 
WS-SOAP clients will need to perform the following  
•  Expose the NotificationConsumer API as defined by the 
NotificationConsumerHttp.wsdl and documented in the MTOSI R2.0 Framework 
DDP 
•  Use the Subscribe operation to register for notifications. 
 
JMS clients will be consuming POJOs with the following format. 
ArrayList<Object> consisting of following in this order:  
1.  com.cisco.prime.esb.fmw.api.Header 
2.  org.tmforum.mtop.fmw.xsd.notmsg.v1.Notify 
 
For Prime 1.0, the supported notification types will include: 
•  Object Creation Notification 
•  Object Deletion Notification 
•  Attribute Value Change Notification 
8.3.8.1  VRF  related Notifications 
Consumers who have subscribed to the “INVENTORY_NOTIFICATIONS” topic will receive 
notifications related to VRF under the following circumstances  
 
•  Whenever a VRF gets added 
•  Whenever a VRF gets added 
•  Whenever a CTP gets associated with a VRF 
•  Whenever a CTP gets dissociated with a VRF 
•  Whenever the IP Address of the CTP changes 
 
The following table gives a quick overview about the information received for the 
supported notifications.  Only the important attributes are detailed in the table below.