User guide

1-8
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 1 Overview of CTM GateWay/CORBA
1.5 IDL-Related Changes
1.5 IDL-Related Changes
The following table lists the IDL-related changes that occurred between two given releases.
Table 1-1 Summary of IDL-Related Changes
Release Details Change
From R9.1 to R9.2 No change
From R9.0 to R9.1
managedElementManager.idl extended with new API
void getAllCtmMEInternalPatchord(
in globaldefs::NamingAttributes_T managedElementName,
out globaldefs::NVSList_T patches)
raises (globaldefs::ProcessingFailureException);
performance.idl extended with new API
void getCTMValidHistoryPMData(
in nmsSession::NmsSession_I client,
in PMTPSelectList_T pmTPSelectList,
in PMParameterNameList_T pmParameters,
in globaldefs::Time_T startTime,
in globaldefs::Time_T endTime)
raises(globaldefs::ProcessingFailureException);
From R8.5 to R9.0
New enumerated PC_LOCKON, PGT_SPLITTER, PGT_L2_1_PLUS_1 added
to protection.idl
New enumerated OT_NETWORK_PARTITION added to notifications.idl.
New interface type added to multiLayerSubnetwork.idl:
enum L2InterfaceType_T
{
L2IT_UNKNOWN,
L2IT_FASTETHER,
L2IT_GIGAETHER,
L2IT_PORTCHANNEL
};
L2InterfaceType_T interfaceType;