User guide
3-130
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.7 getAllSubnetworkConnectionNames
3.9.7 getAllSubnetworkConnectionNames
Synopsis
void getAllSubnetworkConnectionNames(
in globaldefs::NamingAttributes_T subnetName,
in transmissionParameters::LayerRateList_T connectionRateList,
in unsigned long how_many,
out globaldefs::NamingAttributesList_T nameList,
out globaldefs::NamingAttributesIterator_I nameIt)
raises(globaldefs::ProcessingFailureException);
Description
This interface has the same behavior as the operation described in 3.9.5 getAllSubnetworkConnections,
page 3-127, but instead of returning entire object structures, this operation returns their names.
Parameters
For details about the SubnetworkConnection_T structure, see 3.8.2 getAllSNCs, page 3-83.
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when subnetName does not reference a multiLayerSubnetwork
object.
EXCPT_ENTITY_NOT_FOUND - Raised when subnetName references an object that does not exist.
EXCPT_TOO_MANY_OPEN_ITERATORS - Raised when the maximum number of iterators reaches 128.
Compliance
TMF-defined.
3.9.8 getAllSubnetworkConnectionNamesWithTP
Synopsis
void getAllSubnetworkConnectionNamesWithTP(
in globaldefs::NamingAttributes_T tpName,
in transmissionParameters::LayerRateList_T connectionRateList,
Name Type Input/Output Description
subnetName globaldefs::NamingAttributes_T In Name of the subnetwork.
connectionLayerRateList transmissionParameters::LayerRa
teList_T
In List of rates of the SNCs to report. If an empty
list is specified, all SNCs of all rates are
reported.
how_many unsigned long In Maximum number of SNCs to report in the first
batch.
nameList globaldefs::NamingAttributesList Out First batch of SNC names.
nameIt globaldefs::NamingAttributesIter
ator_I
Out Iterator to retrieve the remaining SNC names.