Cisco Cisco Prime Optical 9.6 개발자 가이드

다운로드
페이지 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
590
 
EXCPT_INVALID_INPUT - Raised when mfdName does not reference an MFD object. 
EXCPT_ENTITY_NOT_FOUND - Raised when mfdName 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.3  getAllAssignableCPTPs 
Synopsis 
public void getAllAssignableCPTPs( 
NameAndStringValue_T[]   
mfdName, 
                                    int    
 
 
 
how_many, 
                                    TerminationPointList_THolder  cptpList, 
                                    TerminationPointIterator_IHolder 
 
cptpIt) 
      throws ProcessingFailureException 
Description 
This interface returns the structure of all CPTPs that can be assigned to an MFD. These CPTPs 
must be on the same equipment or same rack with backplane connectivity.  
Parameters 
•  NamingAttributes_T mfdName—MFD name. The potential 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. 
EXCPT_INVALID_INPUT - Raised when mfdName does not reference an MFD object. 
EXCPT_ENTITY_NOT_FOUND - Raised when mfdName 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.4  getAllPTPs 
Synopsis 
public void getAllPTPs( 
NameAndStringValue_T[]  managedElementName, 
                         short[]  
 
 
tpLayerRateList,