User guide

3-21
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.3.3 getAllTopLevelSubnetworks
Parameters
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_TOO_MANY_OPEN_ITERATORS - Raised when the maximum number of iterators reaches 128.
Compliance
TMF-defined.
3.3.3 getAllTopLevelSubnetworks
Synopsis
void getAllTopLevelSubnetworks(
in unsigned long how_many,
out multiLayerSubnetwork::SubnetworkList_T sList,
out multiLayerSubnetwork::SubnetworkIterator_I sIt)
raises(globaldefs::ProcessingFailureException);
Description
This interface enables an NMS to request all subnetworks that are under the control of the EMS.
Parameters
CTM support for MultiLayerSubnetwork_T is as follows:
globaldefs::NamingAttributes_T name
Supported. This field contains two tuples. The first tuple identifies the EMS. The second tuple
is the same as nativeEMSName. The naming convention is described in 2.2.5.1 Multilayer
Subnetwork, page 2-30.
string userLabel
Supported.
Name Type Input/Output Description
excludeSev
erityList
notifications::PerceivedSeverityList_T In List of severities to exclude from the output event list.
how_many unsigned long In Maximum number of alarms to report in the first batch.
eventList notifications::EventList_T Out First batch of alarms.
eventIt notifications::EventIterator_I Out Iterator to retrieve the remaining alarms.
Name Type Input/Output Description
how_many unsigned long In Maximum number of subnetworks to return
in the first batch.
sList multiLayerSubnetwork::SubnetworkList_T Out First batch of subnetworks.
sIt multiLayerSubnetwork::SubnetworkIterator_I Out Iterator to retrieve the remaining
subnetworks.