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
 
 
605
 
EXCPT_ENTITY_NOT_FOUND - Raised when the ME name references an ME 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.5.3  getTP 
Synopsis 
public void getTP( 
NameAndStringValue_T[]  tpName, 
                     
TerminationPoint_THolder  
tp) 
      throws ProcessingFailureException 
Description 
This interface returns the TP structure for the given TP names (CTP, FTP, or PTP). The TP name 
must be explicit. The transmission parameters returned are the parameters in place on the 
actual TP on the NE.  If there are no transmission parameters or the TP does not actually exist 
on the NE, the transmissionParams are empty. 
Parameters 
•  NamingAttributes tpName—Name of the FTP to be retrieved. Because an Ethernet LAG port 
can aggregate client Ethernet ports of different ME cards, the corresponding FTP is logically 
positioned on the unique shelf of the ME itself. The TP name must be in the following 
format: 
name="EMS";value="CompanyName/EMSname" 
name="ManagedElement";value="ManagedElementName" 
name="FTP";value="/rack=1/shelf=1/port=nn" 
•  TerminationPoint_T tp—The retrieved TP. 
Throws 
Raises ProcessingFailureException  
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised when tpName does not reference a TP object. 
EXCPT_ENTITY_NOT_FOUND - Raised when tpName references a TP object that does 
not exist. 
EXCPT_NE_COMM_LOSS - Raised when communication to the ME is lost. 
Relevant Data Structures 
TerminationPoint_THolder 
TerminationPoint_T value 
 
TerminationPoint_T 
 
NameAndStringValue_T[]  name;