Cisco Cisco Prime Optical 9.6 Developer's Guide

Page of 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
518
 
3.  If the request is valid: 
a.  If the MFD has all the required information, the EMS does not send any notifications to 
the notification service. 
b.  If the MFD does not have the required information, the EMS modifies the MFD 
attributes as requested.  
c.  The EMS replies with a success indication. 
d.  If the EMS makes a change, the appropriate notification is sent to the notification 
service. 
Limitations 
•  The failedAttributes parameter is not supported. 
•  Notification changes are not sent. 
4.5.3  Flow Domain Provisioning Interfaces 
This section describes the following interfaces: 
• 
• 
• 
• 
• 
4.5.3.1  createFlowDomain 
Synopsis 
public void createFlowDomain(FDCreateData_T createData, 
                               NamingAttributesList_THolder assignedCPTPs, 
                               TPDataList_THolder tpsToModify, 
                               FlowDomain_THolder theFD, 
                               StringHolder errorReason) 
      throws ProcessingFailureException 
Description 
This interface enables the NMS to request the EMS to create an FD with the parameters 
specified in the method. The NMS can specify MFDs or fdEdge CPTPs to be associated with the 
created FD. 
Parameters 
•  FDCreateData_T createData—Describes the FD structure to be created. 
•  globaldefs::NamingAttributesList_T assignedCPTPs—Identifies the list of assigned CPTPs to 
be associated to the FD as fdEdge CPTPs. This list can be empty. Associating CPTPs to the FD 
is done on a best-effort basis. When the method is returned, the list contains the names of 
the CPTPs that could not be associated with the FD. 
•  TPDataList_T tpsToModify: