User guide
3-51
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.2 getManager
Parameters
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
Compliance
TMF-defined.
3.4.2 getManager
Synopsis
void getManager(
in string managerName,
out common::Common_I managerInterface)
raises(globaldefs::ProcessingFailureException);
Description
This interface enables an NMS to access the specified manager interface.
Parameters
Throws
globaldefs::ProcessingFailureException
EXCPT_NOT_IMPLEMENTED - This exception indicates that the EMS does not support the
manager.
EXCPT_INTERNAL_ERROR - This exception indicates a nonspecific internal EMS failure.
Compliance
TMF-defined.
Name Type Input/Output Description
eventChannel CosNotifyChannelAdmin::EventChannel Out Event channel that the NMS uses.
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 narrows the returned object to
the correct object type.