Cisco Cisco Prime Optical 9.6 Developer's Guide

Page of 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
229
 
 
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 
Name 
Type 
Input/ 
Output 
Description 
managedElementName  globaldefs::NamingAttributes_T 
In 
Name of the ME 
to retrieve. 
me 
managedElement::ManagedElement_T  Out 
Retrieved ME. 
For details about the ManagedElement_T structure, see 
. 
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.