User guide

3-118
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.8.35 getPortName
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when the ptpName does not refer to a valid PTP name or when
it contains undefined values.
EXCPT_ENTITY_NOT_FOUND - Raised when ptpName references an object that does not exist.
Compliance
CTM-defined.
3.8.35 getPortName
Synopsis
void getPortName (
in globaldefs:: NamingAttributes_T ptpName,
out string portName )
raises(globaldefs::ProcessingFailureException);
Description
This interface enables an NMS to get a name for the selected port. The PTP specified as input identifies
the port. The resulting port name is used as the argument parameter.
Parameters
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when the ptpName does not refer to a valid PTP name or when
it contains undefined values.
EXCPT_ENTITY_NOT_FOUND - Raised when ptpName references an object that does not exist.
Compliance
CTM-defined.
3.8.36 getAllClearedAlarms
Synopsis
void getAllClearedAlarms(
in globaldefs::NamingAttributes_T meName,
in notifications::ProbablyCauseList_T excludeProbCauseList,
in notifications::PerceivedSeverityList_T excludeSeverityList,
Name Type Input/Output Description
ptpName globaldefs::NamingAttributesList_T In Name of the PTP whose name will be set.
portName String Out Port name specified for the input PTP.