User guide
3-96
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.13 getAllCtmMEInternalPatchcord
EXCPT_INVALID_INPUT - Raised when managedElementName does not reference a managed element
object.
EXCPT_ENTITY_NOT_FOUND - Raised when managedElementName references an ME object that does
not exist.
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost.
Compliance
TMF-defined.
3.8.13 getAllCtmMEInternalPatchcord
Synopsis
void getAllCtmMEInternalPatchcord(
in globaldefs::NamingAttributes_T managedElementName,
out globaldefs::NVSList_T patches)
raises (globaldefs::ProcessingFailureException);
Description
This interface returns a list of internal CTM patchcords for a specific managed element name.
Parameters
For details about the ManagedElement_T structure, see 3.8.3 getAllManagedElements, page 3-85.
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when managedElementName does not reference a managed element
object.
EXCPT_ENTITY_NOT_FOUND - Raised when managedElementName references an ME object that does
not exist.
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost.
Compliance
CTM-defined.
3.8.14 setAdditionalInfo
Synopsis
void setAdditionalInfo(
in globaldefs::NamingAttributes_T tpName,
Name Type Input/Output Description
managedElementName globaldefs::NamingAttributes_T In Name of the ME to retrieve.
patches globaldefs::NVSList_T Out The retrieved patchcords.