User guide
3-128
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.6 getAllSubnetworkConnectionsWithTP
This interface does not report SNCs with duplicate names or VCAT SNCs.
If the CTM subnetwork contains multiple circuits with the same name, the
getAllSubnetworkConnections call returns the circuit name and details for only one of the circuits. It is
not possible to predict which one of the multiple circuits will have its name and details returned.
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.6 getAllSubnetworkConnectionsWithTP
Synopsis
void getAllSubnetworkConnectionsWithTP(
in globaldefs::NamingAttributes_T tpName,
in transmissionParameters::LayerRateList_T connectionRateList,
in unsigned long how_many,
out subnetworkConnection::SubnetworkConnectionList_T sncList,
out subnetworkConnection::SNCIterator_I sncIt)
raises(globaldefs::ProcessingFailureException);
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.
sncList subnetworkConnection::Subnetw
orkConnectionList_T
out First batch of SNCs.
sncIt subnetworkConnection::SNCItera
tor_I
out Iterator to retrieve the remaining SNCs.