User guide

3-95
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.8.12 getManagedElement
Description
This interface returns a list of subnetwork names to which the ME (supplied as an input parameter)
belongs.
Parameters
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when managedElementName does not reference a managed element
object.
EXCPT_ENTITY_NOT_FOUND - Raised when managedElementName references an ME object that does
not exist.
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost.
Compliance
TMF-defined.
3.8.12 getManagedElement
Synopsis
void getManagedElement(
in globaldefs::NamingAttributes_T managedElementName,
out managedElement::ManagedElement_T me)
raises(globaldefs::ProcessingFailureException);
Description
This interface returns the managed element for a specific managed element name.
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.
Name Type Input/Output Description
managedElementName globaldefs::NamingAttributes_T In Name of the ME for which to retrieve the
containing subnetwork names.
subnetNames globaldefs::NamingAttributesList_T Out Names of the subnetworks to which the NE
belongs.
Name Type Input/Output Description
managedElementName globaldefs::NamingAttributes_T In Name of the ME to retrieve.
me managedElement::ManagedElement_T Out Retrieved ME.