User guide

3-123
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.9 multiLayerSubnetwork::MultiLayerSubnetworkMgr_I
Parameters
Throws
globaldefs::ProcessingFailureException
EXCPT_UNABLE_TO_COMPLY - Raised if the managed element is in the initial poll state or if
the managed element is already in the resynchronization state.
EXCPT_ENTITY_NOT_FOUND - Raised if the managed element does not exist.
EXCPT_INVALID_INPUT - Raised if the managed element name is invalid.
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost.
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_NOT_IMPLEMENTED - Raised if the EMS does not support this service.
The following enum is used to define the various NE admin states:
enum AdminState_T {
IN_SERVICE,
OUT_OF_SERVICE
OUT_OF_SERVICE_BY_MAINTENANCE
}
Compliance
CTM-defined.
3.9 multiLayerSubnetwork::MultiLayerSubnetworkMgr_I
The multiLayerSubnetworkMgr_I operation is used to gain access to subnetworks and their respective
operations. 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 ManagedElementManager_I:common::Common_I
multiLayerSubnetworkMgr_I also implements the getCapabilities method. Operations described in
following subsections are returned to the NMS when it invokes getCapabilities.
3.9.1 getAllEdgePoints
Synopsis
void getAllEdgePoints(
in globaldefs::NamingAttributes_T subnetName,
in transmissionParameters::LayerRateList_T tpLayerRateList,
in transmissionParameters::LayerRateList_T connectionLayerRateList,
Name Type Input/Output Description
meName NamingAttributes_T In Name of the managed element to resynchronize.
It must contain a name/value pair, where the name is ManagedElement
and the value is ME Name.
adminState AdminState_T In Admin state to which the managed element name changes.