User guide

3-55
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.6 equipment::EquipmentInventoryMgr_I
Parameters
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
Compliance
CTM-defined.
3.6 equipment::EquipmentInventoryMgr_I
This interface accesses operations that deal with equipment. A handle to an instance of this interface is
gained through the getManager operation in emsSession. This interface is inherited from
common::Common_I.
interface EquipmentInventoryMgr_I:common::Common_I
This interface implements the getCapabilities method. Operations described in the following sections are
returned to the NMS when it invokes getCapabilities.
3.6.1 getAllEquipment
Synopsis
void getAllEquipment(in globaldefs::NamingAttributes_T meOrHolderName,
in unsigned long how_many,
out EquipmentOrHolderList_T eqList,
out EquipmentOrHolderIterator_I eqIt)
raises(globaldefs::ProcessingFailureException);
Description
This interface enables an NMS to request all of the equipment and equipment holders contained in a
managed element or equipment holder.
Parameters
Name Type Input/Output Description
publicKeyModulus string Out Public key modulus string returned by CTM.
publicKeyExponent string Out Public key exponent string returned by CTM.
Name Type Input/Output Description
meOrHolderName globaldefs::NamingAttributes_T In Name of the ME or equipment holder for which to
retrieve contained equipment and equipment holders.
how_many unsigned long In Maximum number of EquipmentOrHolder_Ts to
return in the first batch.
eqList EquipmentOrHolderList_T Out First batch of EquipmentOrHolder_Ts.
eqIt EquipmentOrHolderIterator_I Out Iterator used to retrieve the remaining
EquipmentOrHolder_Ts.