User guide

3-301
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.9 abortMERestore
Parameters
struct RestoreStatus_T
{
Current_OperationStatus_T opStatus;
string failureReason;
}
RestoreStatus_T is defined as:
Current_OperationStatus_T opStatus—Indicates the current operational status of the restore.
string failureReason—A free-form text string that is provided if the opStatus value is COS_Aborted
to explain the reason for the abort. (For example, “Comms loss with NE.”)
This data structure identifies the status of the restore operation for a managed element. The failure reason
is present if the operation status indicates a failure (in abort state).
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.
Compliance
CTM-defined.
3.18.9 abortMERestore
Synopsis
void abortMERestore (
in globaldefs::NamingAttributes_T managedElementName)
raises(globaldefs::ProcessingFailureException)
Description
This interface aborts the restoration of pending ME configuration data. If the restore operation on the
ME is in progress or if there are no pending restore operations, an exception is generated.
Parameters
Name Type Input/Output Description
managedElementName NamingAttributes_T In Name of the ME for which a restore status of configuration
data is required.
restoreStatus RestoreStatus_T Out Status of the configuration data restoration.
Name Type Input/Output Description
managedElementName NamingAttributes_T In Name of the ME for which to stop the restoration of
configuration data.