User guide

3-43
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.19 createServerTrailLink
Parameters
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_TOO_MANY_OPEN_ITERATORS - Raised when the maximum number of iterators reaches 128.
Compliance
CTM-defined.
3.3.19 createServerTrailLink
Synopsis
void createServerTrailLink(
in serverTrailLink::STLCreateData_T createData
raises(globaldefs::ProcessingFailureException);
Description
This interface enables an NMS to create a server trail link manually between two MEs. CTM supports
the server trail link creation between MEs belonging to the same multilayer subnetwork. CTM generates
an object creation event notification when a new server trail link is created.
Note STLCreateData_T is a CTM-defined data structure. The TMF proposed this structure and included
it in the TMF 3.0 specification.
CTM creates the server trail link between two CTPs even if there are no existing physical link
connections in the network.
Parameters
Name Type Input/Output Description
excludeSeverityList notifications::PerceivedSeverityList_T In List of alarm severities to exclude from
the output event list.
how_many unsigned long In Maximum number of alarms to report in
the first batch.
EventList notifications::EventList Out First batch of alarms.
EventIt notifications::EventIterator_I Out Iterator to retrieve the remaining alarms.
Name Type Input/Output Description
createData serverTrailLink::STLCreateData_T In Data structure containing details for
creating a new server trail link.