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
 
 
258
 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
meName
 
globaldefs::NamingAttributesList_T
 
In
 
Name of the ME for which 
to retrieve alarms.
 
excludeProbCauseList
 
notifications::ProbableCauseList_T
 
In
 
List of probable causes to 
exclude (for which events 
are not reported).
 
exludeSeverityList
 
notifications::PerceivedSeverityList_T
 
In
 
List of 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.
 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised when meName does not reference a managed element 
object or excludeProbCauseList contains undefined values. 
EXCPT_ENTITY_NOT_FOUND - Raised when meName references an ME object that does 
not exist. 
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost. 
EXCPT_TOO_MANY_OPEN_ITERATORS - Raised when the maximum number of iterators 
reaches 128. 
Compliance 
Prime Optical-defined. 
3.8.37  getAllCrossConnections 
Synopsis 
void getAllCrossConnections(in globaldefs::NamingAttributes_T 
managedElementName, 
      in transmissionParameters::LayerRateList_T connectionRateList, 
      in unsigned long how_many, 
      out subnetworkConnection::CrossConnectList_T ccList, 
      out subnetworkConnection::CCIterator_I ccIt) 
    raises(globaldefs::ProcessingFailureException); 
Description 
This interface returns a list of cross-connections on the managed element.