User guide

3-115
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.32 getRollToCTPs
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.
Parameters
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 managed element does not exist.
EXCPT_INVALID_INPUT - Raised if the managed element 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.32 getRollToCTPs
Synopsis
void getRollToCTPs(
in globaldefs::NamingAttributes_T ptpName,
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 CTPs contained in the PTP. This list can be used for roll provisioning as
the rollToCTP for a given SNC. The list of PTPs can be obtained by using the operation defined in
3.8.31 getRollToPTPs, page 3-114.
Name Type Input/Output Description
meName globaldefs::NamingAttributes_T In Name of the managed element.
sncNames globaldefs::NamingAttributesList_T In Name of the SNC to roll over. If more than one SNC
is specified, the first SNC becomes the RollFrom
SNC and the second SNC becomes the RollToSNC.
how_many Unsigned In Maximum number of PTPs to report in the first
batch.
tpList globaldefs::namingAttributesList_T Out First batch of PTP names.
tpIt globaldefs::NamingAttributesIterator_I Out Iterator to retrieve the remaining PTP names.