Cisco Cisco Prime Optical 9.6 Developer's Guide

Page of 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
509
 
For more information about the completion of the process started by this API, see 
. 
4.5.1.5  DeleteAllConnLessInfos 
Synopsis 
void DeleteAllConnLessInfos(NmsSession_I session) 
      throws ProcessingFailureException 
Description 
This interface allows you to delete all the FDs, MFDs, and CPTPs currently stored in the EMS. 
You may use this interface at any time to reorganize the network from scratch. 
For more information about the completion of the process started by this API, see 
. 
4.5.1.6   
NMS Session Callback 
Synopsis 
public interface NmsSession_I 
 
void eventLossOccurred(java.lang.String startTime, java.lang.String 
notificationId); 
 
void eventLossCleared(java.lang.String endTime); 
 
void historyPMDataCompleted(java.lang.String fileName); 
 
void historyPMDataFailed(java.lang.String errorReason); 
 
void operationInfo(java.lang.String opname, 
org.tmforum.mtnm.globaldefs.NameAndStringValue_T[] additionalInfo); 
 
void alarmLossOccurred(java.lang.String startTime, java.lang.String 
notificationId); 
Description 
The operationInfo method allows you to have a general callback mechanism that can be used 
for the configConnLessInfos and deleteAllConnLessInfos APIs. A background process is started 
at the EMS level and the termination of this process is reported through callback. 
This method has two parameters: 
•  String opname—The string name of the invoked method. For example, configConnLessInfos 
or deleteAllConnLessInfos. 
•  NameAndStringValue_T[] additionalInfo—Contains a detailed description of the result as a 
name-value pair. For configConnLessInfos and deleteAllConnLessInfos APIs, it returns 
<name="status", value="completed">. 
Example 1 
opname="deleteAllConnLessInfos" 
additionalInfo[0]= NameAndStringValue_T("status", "completed")