Cisco Cisco Prime Optical 9.8 Developer's Guide

Page of 762
Cisco Prime Optical 9.8 GateWay/CORBA Programmer Reference Guide 
OL-29218-01
 
 
727
 
Information
 
Detail
 
r_I:: getContainedInUseTPs interface to request all 
CTPs contained in the PTP participating in an SNC. 
 
Prime Optical returns a list of TerminationPoint_T 
objects with detailed information about the CTPs 
participating in an SNC and the associated 
provisioning details, such as IPPM monitor status, J1 
path trace status, and so on. 
4.  For each CTP object, uses the 
performance::PerformanceManagementMgr_I:: 
getTCATPParameter interface to request threshold 
information. 
 
Prime Optical returns a list of TCAParameter_T 
objects with detailed information about the PM 
threshold name/value pairs for the CTP. 
Ends When
 
The NMS retrieves loopback and threshold information 
for all PTPs and CTPs.
 
Exceptions
 
Refer to the exceptions thrown by the individual 
interface method.
 
Post Conditions
 
The NMS synchronizes information about a TP object 
with Prime Optical.
 
Traceability
 
 
7.2  Developing a GateWay/CORBA Client 
GateWay/CORBA implements APIs defined by the TeleManagement Forum’s Multi Technology 
Network Management (MTNM) group. These APIs are defined for communication between an 
NMS and the EMS. The NMS must develop a client application that uses these APIs. The 
following sections describe the tools required for developing a client application. Sample code 
is provided. 
7.2.1  Recommended Tools 
You can develop the CORBA client on UNIX or PC platforms. Cisco recommends the following 
development tools:  
•  Sun Microsystems Java Development Kit (JDK) 1.6 (available at http://java.sun.com/) 
•  jacORB 2.x 
7.2.2  Sample Code in Java 
A typical CORBA client application involves the following steps:  
Step 1 
Initialize the client connection to the object request broker (ORB).  
Step 2 
Obtain a reference to the naming service.