User guide
3-153
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.23 getAllVCATSNCNames
For details about the VCAT_T structure, see 3.9.21 getVCATSNC, page 3-150.
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
CTM-defined.
3.9.23 getAllVCATSNCNames
Synopsis
void MultiLayerSubnetworkMgr_I::getAllVCATSNCNames(
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 returns the names of all the VCAT SNCs in the specified multilayer subnetwork. This
interface returns only the VCAT SNC names.
Parameters
vcatList subnetworkConnection::VCATLi
st_T
Out First batch of VCAT SNCs.
vcatIt subnetworkConnection::VCATIt
erator_I
Out Iterator to retrieve the remaining VCAT SNCs.
Name Type Input/Output Description
Name Type Input/Output Description
subnetName globaldefs::NamingAttributes_T In Name of the subnetwork.
connectionLayerRateList transmissionParameters::VCATL
ayerRateList_T
In List of the VCAT SNCs to report with specified
number of members and member rate. If an
empty list is specified, all VCAT SNCs of
bandwidth are reported.
how_many unsigned long In Maximum number of SNCs to report in the first
batch.