cc/td/doc/product/rtrmgmt/bacbba/bacbba25
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

CSTM_Extern.idl
Module List
Interface List
Interface cstmExtern

CSTM_Extern.idl


Module List

The file CSTM_Extern.idl contains the following modules:

com
cisco::com
nms::cisco
cstm_server::nms
CSTM_Extern::cstm_server

Interface List

The file CSTM_Extern.idl contains the following interface:

CSTM_Extern::cstmExtern

Interface cstmExtern

Operations

get_template_variables()

This idl is to connect to CSTM.

Usage
CSTMResultInfo get_template_variables(
in CSTMUserInfo userInfo,
in string requestData,
out string responseData);
Parameters

userInfo — data used to track the calling function

requestData—service name and template name

responseData—template attributes

Raises

No exception is raised by this operation.

Returns

CSTMResultInfo—result of the operation

Description

Retrieves the template attributes for a template.

get_template_variables_and_data()

Retrieves the template attributes and data for a template data.

Usage
CSTMResultInfo get_template_variables_and_data(
in CSTMUserInfo userInfo,
in string requestData,
out string responseData);
Parameters

userInfo — data used to track the calling function

requestData—service name, template name, and template data name

responseData—template attributes with data

Raises

No exception is raised by this operation.

Returns

CSTMResultInfo—result of the operation

Description

Retrieves the template attributes for a template.


hometocprevnextglossaryfeedbacksearchhelp
Posted: Wed May 21 08:20:47 PDT 2003
All contents are Copyright © 1992--2003 Cisco Systems, Inc. All rights reserved.
Important Notices and Privacy Statement.