Cisco Cisco Prime Optical 9.6 Guía Del Desarrollador

Descargar
Página de 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
163
 
raises(globaldefs::ProcessingFailureException); 
Description 
This interface returns a list of all of the models that the EMS supports. A model’s structure has 
the following form: 
•  name = "ModelName" 
•  value = meModel 
Parameters 
Name
 
Type
 
Input/Output
 
Description
 
supportedMEs
 
NVSList_THolder
 
Out
 
List of all of the supported model names.
 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
Compliance 
Prime Optical-defined. 
3.4  EmsSession::EmsSession_I 
The emsSession module enables the client to query the EMS to determine the manager 
interfaces that the EMS supports. The NMS retrieves an instance of the required manager 
interface objects. This interface is inherited from session::Session_I. 
interface EmsSession_I:session::Session_I 
3.4.1  getEventChannel 
Synopsis 
void getEventChannel( 
        out CosNotifyChannelAdmin::EventChannel eventChannel) 
     raises(globaldefs::ProcessingFailureException); 
Description 
This interface enables an NMS to access the event channel to receive notifications. Prime 
Optical publishes the name of the notification channel through the naming service. You can use 
the naming service to get the corresponding object reference. 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
eventChannel
 
CosNotifyChannelAdmin::EventChannel
 
Out
 
Event channel that the NMS uses.
 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.