Cisco Cisco Prime Optical 9.6 개발자 가이드

다운로드
페이지 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
595
 
Throws 
Raises ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised when cptpName does not reference a CPTP TP. 
EXCPT_ENTITY_NOT_FOUND - Raised when mfdName references a TP object that does 
not exist. 
EXCPT_NE_COMM_LOSS - Raised when communication is lost to an ME involved in 
this operation. 
4.9.3  Flow Domain Inventory Interfaces 
This section describes the following interface: 
• 
4.9.3.1  getAllFlowDomains 
Synopsis 
public void getAllFlowDomains(int how_many, 
                                FDList_THolder flowDomains, 
                                FDIterator_IHolder fdIt) 
      throws ProcessingFailureException 
Description 
This interface enables the NMS to request a list of FDs that exist in the EMS. This operation uses 
an iterator to allow the NMS to deal with a large number of objects. 
Parameters 
•  unsigned long how_many—Maximum number of FDs to be returned in the first batch. 
•  FDList_T flowDomains—First batch of FDs. 
•  FDIterator_I fdIt—Iterator to retrieve the remaining FDs. 
Throws 
Raises ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
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.3.2  getFlowDomainsByUserLabel 
Synopsis 
public void getFlowDomainsByUserLabel(String userLabel, 
                                        FDList_THolder flowDomains) 
      throws ProcessingFailureException