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
 
 
589
 
Description 
This interface returns the structure of all CPTPs, fdEdge CPTPs, or fdInternal CPTPs associated 
with an FD. 
Parameters 
•  NamingAttributes_T fdName—FD name. The associated CPTPs of this FD are returned. 
•  CPTP_Role_T cptpRole—CPTPs to be returned (fdEdge CPTP, fdInternal CPTP, or all CPTPs). 
•  unsigned long how_many—Maximum number of CPTPs to be returned in the first batch. 
•  TerminationPointList_T cptpList—First batch of CPTPs. 
•  TerminationPointIterator_I cptpIt—Iterator to retrieve the remaining CPTPs. 
Throws 
Raises ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised when fdName does not reference an FD object. 
EXCPT_ENTITY_NOT_FOUND - Raised when fdName references an object that does not 
exist. 
EXCPT_TOO_MANY_OPEN_ITERATORS - Raised when maximum number of iterators that 
the EMS can support has been reached. 
EXCPT_NE_COMM_LOSS - Raised when communication is lost to an ME involved in 
this operation. 
4.9.1.2  getAllAssignedCPTPs 
Synopsis 
void getAllAssignedCPTPs( 
NameAndStringValue_T[]   
mfdName, 
                                    int    
 
 
 
how_many, 
                                    TerminationPointList_THolder  cptpList, 
                                    TerminationPointIterator_IHolder 
 
cptpIt) 
      throws ProcessingFailureException 
Description 
This interface returns the structure of all CPTPs assigned to an MFD. 
Parameters 
•  NamingAttributes_T mfdName—MFD name. The assigned CPTPs of this MFD are returned. 
•  unsigned long how_many—Maximum number of CPTPs to be returned in the first batch. 
•  TerminationPointList_T cptpList—First batch of CPTPs. 
•  TerminationPointIterator_I cptpIt—Iterator to retrieve the remaining CPTPs. 
Throws 
Raises ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.