User guide
3-114
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.30 getRoll
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost.
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
Compliance
CTM-defined.
3.8.30 getRoll
Synopsis
void getRoll(
in globaldefs::NamingAttributes_T rollName,
out multiLayerSubnetwork::Roll_T roll,
raises(globaldefs::ProcessingFailureException);
Description
This interface returns the Roll_T structure for a specific roll name.
Parameters
CTM support for Roll_T is described in 3.8.28 getAllRolls, page 3-111.
Throws
globaldefs::ProcessingFailureException
EXCPT_UNABLE_TO_COMPLY - Raised if the managed element is in the initial poll state or in
config synchronization state.
EXCPT_ENTITY_NOT_FOUND - Raised if the roll does not exist.
EXCPT_INVALID_INPUT - Raised if the roll name is invalid.
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost.
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
Compliance
CTM-defined.
3.8.31 getRollToPTPs
Synopsis
void getRollToPTPs (
in globaldefs::NamingAttributes_T meName,
in globaldefs::NamingAttributesList_T sncNames,
in unsigned long how_many,
out globaldefs::NamingAttributesList_T tpList,
Name Type Input/Output Description
rollName globaldefs::NamingAttributes_T In Name of the roll.
Roll multiLayerSubnetwork::Roll_T Out Roll object.