User guide

3-52
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.4.3 getSupportedManagers
3.4.3 getSupportedManagers
Synopsis
void getSupportedManagers(out managerNames_T supportedManagerList)
raises(globaldefs::ProcessingFailureException);
Description
This interface enables an NMS to request the manager interfaces that the EMS implements.
Parameters
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 CTM. 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);
Name Type Input/Output Description
supportedManagerList managerNames_T Out List of manager names supported in the form managerName,
where managerName is one of the following defined manager
strings for CTM:
EMS
ManagedElement
MultiLayerSubnetwork
EquipmentInventory
PerformanceManagement
Maintenance
Protection
Software