User guide
3-179
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.45 deleteManagedElement
Throws
globaldefs::ProcessingFailureException
EXCPT_INVALID_INPUT - Raised when containingSubnetworkName does not reference a valid
subnetwork name.
EXCPT_OBJECT_IN_USE - Raised if the managed element already exists.
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_NOT_IMPLEMENTED - Raised if the EMS does not support this service.
Compliance
CTM-defined.
3.9.45 deleteManagedElement
Synopsis
void deleteManagedElement (
in globaldefs::NamingAttributes_T managedElementName)
raises(globaldefs::ProcessingFailureException)
Description
This interface allows the NMS to delete a managed element. CTM generates an
NT_OBJECT_DELETION event upon successful deletion of the managed element.
Parameters
Throws
globaldefs::ProcessingFailureException
EXCPT_ENTITY_NOT_FOUND - Raised if the managed element is not found.
EXCPT_UNABLE_TO_COMPLY - Raised if the EMS is unable to comply.
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_NOT_IMPLEMENTED - Raised if the EMS does not support this service.
Compliance
CTM-defined.
Name Type Input/Output Description
managedElementName globaldefs::NamingAttributes_T In Name of the ME to delete.