User guide
3-163
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.9.33 createRoll
There is no restriction in CTM GateWay/CORBA to prevent a LOOSE MERGE operation from the OSS
during a normal call.
Parameters
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_STRICT_MERGE_FAILED – Raised when a strict merge operation from the OSS fails. The
OSS uses this exception to issue a loose merge call.
Compliance
CTM-defined.
3.9.33 createRoll
Synopsis
void createRoll(
in multiLayerSubnetwork::RollCreateData_T rollCreateData)
raises(globaldefs::ProcessingFailureException);
Description
CTM supports roll creation on optical CTPs. Electrical CTPs and FTPs are not supported for bridge and
roll creation.
CTM generates an Object Creation event for the roll created and subnetwork connections created as part
of the roll creation. The subnetwork connections that are created as part of the roll creation will be named
as nativeEMSName of the SNC appended with _ROLL** where ** is a number.
The creation of bridge and roll is an asynchronous process. If the operation fails, CTM cleans up all
resources. For example, if CTM fails to create a bridge and roll on one node, it also cleans up resources
on other nodes.
Name Type Input/Output Description
details multiLayerSubnetwork::Snc
UpgradeInfo_T
in Upgrade info for which the list of SNCs are
requested. Available values are:
• Merge
• Reconfigure
masterSncName globaldefs::NamingAttributes
_T
In This parameter is used to specify the name of the
SNC to merge or reconfigure with the following
candidate SNCs.
upgradableSncNameList globaldefs::NamingAttributes
List_T
In This parameter gives the list of SNCs to merge or
reconfigure with the master SNC.
resultString string Out This parameter gives the result of the operation in
human-readable form.