User guide
3-126
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.3 getAllManagedElement
3.9.3 getAllManagedElement
Synopsis
void getAllManagedElementNames(
in globaldefs::NamingAttributes_T subnetName,
in unsigned long how_many,
out globaldefs::NamingAttributesList_T nameList,
out globaldefs::NamingAttributesIterator_I nameIt)
raises(globaldefs::ProcessingFailureException);
Description
This interface enables an NMS to request a list of managed elements that are associated with the
specified subnetwork.
Parameters
For details about the ManagedElement_T structure, see 3.8.3 getAllManagedElements, page 3-85.
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.4 getAllManagedElementNames
Synopsis
void getAllManagedElementNames(
in globaldefs::NamingAttributes_T subnetName,
in unsigned long how_many,
out globaldefs::NamingAttributesList_T nameList,
out globaldefs::NamingAttributesIterator_I nameIt)
raises(globaldefs::ProcessingFailureException);
Name Type Input/Output Description
subnetName globaldefs::NamingAttributes_T In Name of the subnetwork.
how_many unsigned long In Maximum number of MEs to report in the first
batch.
meList managedElement::ManagedElementList_T Out First batch of ME names.
MeIt managedelement::ManagedElementIterator_I Out Iterator to retrieve the remaining ME names.