User guide

3-127
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.5 getAllSubnetworkConnections
Description
This interface has the same behavior as the operation described in 3.9.3 getAllManagedElement,
page 3-126, but instead of returning entire object structures, this operation returns their names.
Parameters
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.5 getAllSubnetworkConnections
Synopsis
void getAllSubnetworkConnections(
in globaldefs::NamingAttributes_T subnetName,
in transmissionParameters::LayerRateList_T connectionRateList,
in unsigned long how_many,
out subnetworkConnection::SubnetworkConnectionList_T sncList,
out subnetworkConnection::SNCIterator_I sncIt)
raises(globaldefs::ProcessingFailureException);
Description
This interface enables an NMS to request a list of SNCs for the specified subnetwork at the specified
connection rates.
For the ONS 15310 MA SONET, this method does not report STS-1 SNC on DS1 ports of DS1_xx
cards.
For the ONS 15310 MA SDH, this method does not report VC4 SNC on E1 ports of E1_63_E3_3
cards.
For the ONS 15327, this method does not report STS-1 SNC on XTC using DS1 ports.
For the ONS 15454 SONET, this method does not report STS-1 SNC on DS1 equipment.
For the ONS 15454 SDH, this method does not report VC-4 SNC on E1 or E1_42 equipment.
Name Type Input/Output Description
subnetName globaldefs::NamingAttributes_T In Name of the subnetwork.
how_many unsigned long In Maximum number of MEs to report in the
first batch.
nameList globaldefs::NamingAttributesList_T Out First batch of ME names.
nameIt globaldefs::NamingAttributesIterator_I Out Iterator to retrieve the remaining ME names.