cc/td/doc/product/rtrmgmt/vpnsc/mpls/1_1
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

CiscoVpnServiceRequest.idl

CiscoVpnServiceRequest.idl

Interface List

The file CiscoVpnServiceRequest.idl contains the following interfaces:

CiscoVPNServiceRequest::ServiceRequest
CiscoVPNServiceRequest::VPNServiceRequestManager

Module CiscoVPNServiceRequest

The CORBA CiscoVPIM module defines a set of interfaces to the VPN Provisioning and Inventory Manager process.

Interface ServiceRequest

VPNServiceRequest is used to send a service request to VPIM. Currently, it contains only the service request id, which is used to retrieve service request information from the service request DB. Additional information could be passed along, if needed.

Attributes

readonly attribute unsigned long id

the ID of this VPN service request.

readonly attribute string serviceRequestDBPath

Path to the DB where the service requests are kept.

Operations

execute()

Executes this service request.

Usage

void execute();
raises(
    ProvisioningException, DataSetManagerException, VPNServiceRequestDBError, InvalidVPNServiceRequest, InvalidVPNServiceRequestDefinitionFile);

Raises

ProvisioningException if there's any errorreturned by the Provisioning Manager. DataSetManagerException if there's any errorreturned by Data Set Manager. VPNServiceRequestDBError if there's any erroraccessing the service request DB (where service requests are stored). InvalidVPNServiceRequest if information containedin the service request is invalid. InvalidVPNServiceRequestDefinitionFile if there's any error while parsing the service request definition file.

Interface VPNServiceRequestManager

VPNServiceRequestManager is used to create a VPN service request and manage resources.

Operations

createVPNServiceRequest()

Create a VPN service request.

Usage

ServiceRequest createVPNServiceRequest(
    in unsigned long id, in string dbPath);

Parameters

id - ID of this VPN service request. dbPath - path to the DB where VPN service requests are kept.

Returns

VPNServiceRequest object.

done()

Usage

void done(
    in ServiceRequest sr);

hometocprevnextglossaryfeedbacksearchhelp
Posted: Wed May 17 17:46:34 PDT 2000
Copyright 1989 - 2000©Cisco Systems Inc.