User guide

3-155
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.25 getAllVCATMemberSNCNames
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when vcatName does not reference a VCAT object.
EXCPT_ENTITY_NOT_FOUND - Raised when vcatName 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.25 getAllVCATMemberSNCNames
Synopsis
void MultiLayerSubnetworkMgr_I::getAllVCATMemberSNCNames(
in globaldefs::NamingAttributes_T vcatName,
boolean isTransmit,
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 member SNCs for a given VCAT SNC.
Parameters
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when vcatName does not reference a VCAT object.
EXCPT_ENTITY_NOT_FOUND - Raised when vcatName references an object that does not exist.
Name Type Input/Output Description
vcatName globaldefs::NamingAttr
ibutes_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 member VCAT SNCs to report in the first
batch.
nameList globaldefs::NamingAttr
ibutesList_T
Out First batch of member VCAT SNC names.
nameIt globaldefs::NamingAttr
ibutesIterator_T
Out Iterator to retrieve the remaining member VCAT SNC names.