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
 
 
70
 
Name
 
Type
 
Description
 
AID
 
globaldefs::NamingAttributes_T
 
meName[0] = new NameAndStringValue_T("EMS", "Cisco 
Systems/Prime Optical”) 
 
meName [1] = new 
NameAndStringValue_T("ManagedElement", "CTM-454-141"); 
 
meName [2] = new NameAndStringValue_T("AID", 
"notificationId=10");
 
2.2.6  Programming Details 
2.2.6.1  Boolean Mapping 
The following boolean parameters apply: 
 
On = True 
 
Off = False 
2.2.6.2  Resource Cleanup 
Many TMF interfaces that Prime Optical implements return iterator objects for large volumes of 
data. These iterators are allocated Prime Optical resources. Prime Optical supports a maximum 
of 128 iterators. If the iterator limit is reached, the NMS receives an 
EXCPT_TOO_MANY_OPEN_ITERATORS exception. 
By default, Prime Optical cleans up all iterator objects if they are not accessed within six hours. 
2.2.6.3  Development Environment 
GateWay/CORBA has been developed with Java Development Kit (JDK) 1.6.0_23 and jacORB 
2.x1.3.7 on Sun Solaris 10 and is compliant with the CORBA 2.3 specification. The OSS can use 
Java or the C++ IDL compiler to compile IDL files. 
  If you use Java and jacORB, the Prime Optical server installation provides JAR files for notification 
IDLs and TMF IDLs. 
The thread_pool_max property indicates the maximum number of concurrent threads that 
Prime Optical can handle. By default, the thread_pool_max property is set to 200 in the /Prime 
Optical-installation-directory/bin/jcorbagw.sh
 file. If the value is exceeded, the following 
exception is returned: 
2.2.6.4  Exception Handling 
All interfaces that GateWay/CORBA implements raise the exception 
globaldefs::ProcessingFailureException. The following sections discuss each exception type in 
detail.