Cisco Cisco Prime Optical 9.6 Developer's Guide

Page of 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
252
 
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. 
ParameterNormals 
Name
 
Type
 
Input/ Output
 
Description
 
rollName
 
globaldefs::NamingAttributes_T
 
In
 
Name of the roll.
 
Roll
 
multiLayerSubnetwork::Roll_T
 
Out
 
Roll object.
 
Prime Optical support for Roll_T is described in 
. 
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 
Prime Optical-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, 
       out globaldefs::NamingAttributesIterator_I tpIt) 
    raises(globaldefs::ProcessingFailureException); 
Description 
This interface returns a list of PTPs on a managed element that can be used for provisioning a 
roll on a specific SNC. The returned PTPs can be used to contain the rollToCTP. The SNC must be 
associated with the managed element on which the interface is invoked.