Cisco Cisco Prime Optical 9.6 개발자 가이드

다운로드
페이지 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
510
 
Example 2 
opname="deleteAllConnLessInfos" 
additionalInfo[0]= NameAndStringValue_T("status", "failed") 
4.5.2  MFD Provisioning Interfaces 
This section describes the following interfaces: 
• 
• 
• 
• 
• 
4.5.2.1  createMFD 
Synopsis 
public void createMFD(MFDCreateData_T createData, 
                        TPDataList_THolder tpsToModify, 
                        MatrixFlowDomain_THolder theMFD, 
                        StringHolder errorReason) 
      throws ProcessingFailureException 
Description 
This interface enables the NMS to request the EMS to create an MFD with the parameters 
specified in the method. The NMS must specify the CPTPs to be associated with the MFD that 
will be created. 
Parameters 
•  MFDCreateData_T  createData—Describes the structure of the MFD to be created. 
•  TPDataList_T tpsToModify: 
–  in—The list of TPs with associated parameters to be applied. 
–  out—The list of TPs with associated applied parameters. 
•  MatrixFlowDomain_T theMFD—The newly created MFD. The EMS is responsible for 
guaranteeing MFD name uniqueness. The NMS can specify the name using createData. 
•  string errorReason—Specifies the creation errors, if any. 
Throws 
Raises globaldefs::ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised when any input parameter is syntactically 
incorrect. For example, the createData field is invalid. 
EXCPT_UNABLE_TO_COMPLY - Raised when the EMS is unable to execute the request 
because at least one of the parameters, although valid, cannot be set or if an 
unassigned CPTP could not be assigned.