User guide

3-50
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.3.25 getAllSupportedMEModels
3.3.25 getAllSupportedMEModels
Synopsis
void getAllSupportedMEModels(out globaldefs::NVSList_T supportedMEs)
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
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
Compliance
CTM-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. CTM publishes the
name of the notification channel through the naming service. You can use the naming service to get the
corresponding object reference.
Name Type Input/Output Description
supportedMEs NVSList_THolder Out List of all of the supported model names.