Cisco Cisco Prime Optical 10.3 Developer's Guide

Page of 688
 
Cisco Prime Optical 10.3 GateWay/CORBA Programmer Reference Guide 
 
 
152
 
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 
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 
Compliance 
TMF-defined. 
3.4.2  GetManager 
Synopsis 
Description 
This interface enables an NMS to access the specified manager interface. 
Parameters 
Name
 
Type
 
Input/Output
 
Description
 
managerName
 
string
 
In
 
Class or type of manager object that the 
client wants.
 
managerInterface
 
common::Common_I
 
Out
 
The actual object returned implements the 
specified manager interface. However, it is 
returned as a Common_I object, so the 
operation can be generic. The client