Cisco Cisco Prime Optical 9.6 개발자 가이드

다운로드
페이지 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
591
 
                         short[]  
 
 
connectionLayerRateList, 
                         int   
 
 
how_many, 
                         TerminationPointList_THolder tpList, 
                         TerminationPointIterator_IHolder tpIt) 
      throws ProcessingFailureException 
Description 
For CPTPs, use this interface to determine the parameters that characterize a CPTP. 
Example 
ConnectionlessPort=true and PortTpRoleState reporting to the current role 
state can be unassigned, assigned, fdInternal, or fdEdge. 
4.9.1.5  getTP 
Synopsis 
public void getTP( 
NameAndStringValue_T[] tpName, 
                     
TerminationPoint_THolder tp) 
      throws ProcessingFailureException 
Description 
This interface returns the TP structure for the given TP name (CTP, FTP, or PTP). The TP 
structure consists of transmission parameters. 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, transmissionParams will be empty. 
Parameters 
•  NamingAttributes tpName—TP name. The structure of this TP is retrieved. 
•  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. 
 
For CPTPs, use this interface to determine the parameters that characterize a CPTP. 
Example 
ConnectionlessPort=true and PortTpRoleState reporting to the current role 
state can be unassigned, assigned, fdInternal, or fdEdge. 
The following table describes the ConnectionlessPort and PortTPRoleState parameters.