User guide
3-297
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.18.3 abortMEBackup
EXCPT_INVALID_INPUT - Raised when input parameters are syntactically incorrect.
EXCPT_ENTITY_NOT_FOUND - Raised when the ME does not exist.
Compliance
TMF-defined.
3.18.3 abortMEBackup
Synopsis
void abortMEBackup (
in globaldefs::NamingAttributes_T managedElementName)
raises(globaldefs::ProcessingFailureException)
Description
This interface aborts a pending backup of ME configuration data. If the backup operation on the ME is
in progress or if there are no pending backup operations, an exception is generated.
Parameters
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_NOT_IMPLEMENTED - Raised if the EMS does not support this service.
EXCPT_INVALID_INPUT - Raised when input parameters are syntactically incorrect.
EXCPT_ENTITY_NOT_FOUND - Raised when the ME does not exist.
EXCPT_NE_COMM_LOSS - Raised when communication to the ME is lost.
EXCPT_NOT_IN_VALID_STATE - Raised when there is no pending or in-progress backup of
configuration data on the ME.
Compliance
TMF-defined.
3.18.4 getBackupList
Synopsis
void getBackupList(
in globaldefs::NamingAttributesList_T managedElementNameList,
in unsigned long how_many,
out BackupIdList_T backupList,
out BackupIdIterator_I backupIt)
raises(globaldefs::ProcessingFailureException)
Name Type Input/Output Description
managedElementName NamingAttributes_T In Name of the ME for which a backup of configuration data
is required.