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
 
 
597
 
                                         TopologicalLinkList_THolder topoList, 
                                         TopologicalLinkIterator_IHolder 
topoIt) 
      throws ProcessingFailureException 
Description 
This interface returns a list of topological links at the encapsulation layer. These links are 
terminated at the FD. The topological link name must be passed as a parameter. This operation 
uses an iterator to allow the NMS to deal with a large number of objects. 
Parameters 
•  NamingAttributes_T flowDomainName—FD name. 
•  unsigned long how_many—Maximum number of topological links to be returned in the first 
batch. 
•  TopologicalLinkList_T topoList—First batch of topological links. 
•  TopologicalLinkIterator_I topoIt—Iterator to retrieve the remaining topological links. 
Throws 
Raises ProcessingFailureException  
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised when flowDomainName does not reference an FD 
object. 
EXCPT_ENTITY_NOT_FOUND - Raised when flowDomainName references an object that 
does not exist. 
EXCPT_NE_COMM_LOSS - Raised when communication to the ME is lost. 
EXCPT_TOO_MANY_OPEN_ITERATORS - Raised when maximum number of iterators that 
the EMS can support has been reached. 
4.9.3.5  getAssociatingFD 
Synopsis 
public void getAssociatingFD(NameAndStringValue_T[] mfdName, 
                               FlowDomain_THolder flowDomain) 
      throws ProcessingFailureException 
Description 
This interface returns the FD structure that the MFD is associated to. 
Parameters 
•  NamingAttributes_T mfdName—The name of MFD. 
•  FlowDomain_T flowDomain—The FD that the MFD is associated to. 
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.