User guide
3-117
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.34 setPortName
Parameters
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when rollName does not refer to a roll object.
EXCPT_ENTITY_NOT_FOUND - Raised when rollName references an object that does not exist.
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost and this
prevents the cancellation of the rolling operation.
EXCPT_UNABLE_TO_COMPLY - Raised when the roll cannot be created.
Compliance
CTM-defined.
3.8.34 setPortName
Synopsis
void setPortName(
in globaldef::NamningAttributes_T ptpName,
in string portName,
out string newPortName)
raises(globaldefs::ProcessingFailureException);
Description
This interface enables an NMS to set a name for the selected port. The PTP specified as input identifies
the port. The port name is set to the value passed in through the portName parameter.
Parameters
Name Type Input/Output Description
sncNames globaldefs::NamingAttributes
List_T
In Name of the SNC to roll over. If more than one SNC is
specified, the first SNC becomes the RollFrom SNC and
the second SNC becomes the RollToSNC.
fixCTPName globaldefs::NamingAttributes
_T
In Fixed point on the roll.
how_many Unsigned In Maximum number of CTPs to report in the first batch.
tpList globaldefs::namingAttributes
List_T
Out First batch of CTP names.
tpIt globaldefs::NamingAttributesI
terator_I
Out Iterator to retrieve the remaining CTP names.
Name Type Input/Output Description
ptpName globaldefs::NamingAttributesList_T In Name of the PTP whose name will be set.
portName String In Port name value to set for the specified PTP.