|
|
The file CiscoVpnServiceRequest.idl contains the following interfaces:
CiscoVPNServiceRequest::ServiceRequest CiscoVPNServiceRequest::VPNServiceRequestManager
The CORBA CiscoVPIM module defines a set of interfaces to the VPN Provisioning and Inventory Manager process.
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.
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.
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.
VPNServiceRequestManager is used to create a VPN service request and manage resources.
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.
Usage
void done(in ServiceRequest sr);
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Wed May 17 17:46:34 PDT 2000
Copyright 1989 - 2000©Cisco Systems Inc.