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
 
 
165
 
Output
 
supportedManagerList
 
managerNames_T
 
Out
 
List of manager names supported in the form 
managerName, where managerName is one of 
the following defined manager strings for 
Prime Optical:
 
• 
EMS
 
• 
ManagedElement
 
• 
MultiLayerSubnetwork
 
• 
EquipmentInventory
 
• 
PerformanceManagement
 
• 
Maintenance
 
• 
Protection
 
• 
Software
 
Throws 
None. 
Compliance 
TMF-defined. 
3.5  emsSessionFactory::EmsSessionFactory_I 
A single instance of the EmsSessionFactory_I is the entry point to the EMS. The NMS uses this 
object reference to connect to Prime Optical. This interface implements the version interface 
and returns the server IDL version. It is inherited from mtnmVersion::Version_I. 
interface EmsSessionFactory_I:mtnmVersion::Version_I 
3.5.1  getEmsSession 
Synopsis 
void getEmsSession(in string user, 
        in string password, 
        in nmsSession::NmsSession_I client, 
 
        out emsSession::EmsSession_I emsSessionInterface) 
     raises(globaldefs::ProcessingFailureException); 
Description 
This interface enables the NMS to obtain the EmsSession_I object, which contains all managers 
of the EMS. 
Prime Optical allows 4 to 25 concurrent login sessions and as many user profiles as required for 
configuring the number of concurrent login sessions. See 
 to configure the number of concurrent login sessions. The username and password 
must contain from 1 to 53 characters.