User guide
3-154
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.24 getAllVCATMemberSNCs
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.24 getAllVCATMemberSNCs
Synopsis
void MultiLayerSubnetworkMgr_I::getAllMemberVCATSNCs(
in globaldefs::NamingAttributes_T vcatName,
in boolean isTransmit,
in unsigned long how_many,
out subnetworkConnection::SubnetworkConnectionList_T sncList,
out subnetworkConnection::SubnetworkConnectionIterator_I sncIt)
raises(globaldefs::ProcessingFailureException);
Description
This interface returns all of the member SNCs for the VCAT SNC.
Parameters
nameList globaldefs::NamingAttributesLis
t_T
Out First batch of VCAT SNC names.
nameIt globaldefs::NamingAttributesIter
ator_T
Out Iterator to retrieve the remaining VCAT SNC
names.
Name Type Input/Output Description
Name Type Input/Output Description
vcatName globaldefs::NamingAttributes_T In Name of the VCAT SNC.
isTransmit Boolean In If the isTransmit boolean is set to true, only transmit-side
member SNCs are returned. If set to false, only
receive-side member SNCs are returned. If the VCAT is
symmetrical, the isTransmit value is ignored and all
bidirectional SNCs are returned.
how_many unsigned long In Maximum number of SNCs to report in the first batch.
sncList subnetworkConnection::Subnet
workConnectionList_T
Out First batch of SNCs.
sncIt subnetworkConnection::SNCIter
ator_I
Out Iterator to retrieve the remaining SNCs.