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
 
 
264
 
Name 
Type 
Input/ 
Output 
Description 
points to return in the first 
batch. 
tpList 
terminationPoint::Term
inationPointList_T 
Out 
First batch of edge points. 
tpIt 
terminationPoint::Term
inationPointIterator_I 
Out 
Iterator to retrieve the 
remaining edge points. 
For details about the TerminationPoint_T structure, see 
. 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised when subnetName does not reference a 
multiLayerSubnetwork object, or tpLayerRateList or connectionLayerRateList 
contain undefined values. 
EXCPT_ENTITY_NOT_FOUND - Raised when subnetName references an object that does 
not exist. 
EXCPT_TOO_MANY_OPEN_ITERATORS - Raised when the maximum number of iterators 
reaches 128. 
Compliance 
TMF-defined. 
3.9.2  getAllEdgePointNames 
Synopsis 
getAllEdgePointNames 
  void getAllEdgePointNames(in globaldefs::NamingAttributes_T subnetName, 
      in transmissionParameters::LayerRateList_T layerRateList, 
      in transmissionParameters::LayerRateList_T connectionLayerRateList, 
      in unsigned long how_many, 
      out globaldefs::NamingAttributesList_T nameList, 
      out globaldefs::NamingAttributesIterator_I nameIt) 
    raises(globaldefs::ProcessingFailureException); 
Description 
This interface enables an NMS to request a list of edge termination points for the specified 
subnetwork at one or more of the NMS-specified layers that are capable of containing CTPs that 
can be connected at one or more of the NMS-specified connection layer rates. 
Prime Optical reports the PTPs that are not part of the topological link. 
Parameters