AdventNet Web NMS 4 API Specification

Package com.adventnet.nms.provisioning.server

Provides classes that are fundamental to the design of the Provisioning Module.

See:
          Description

Interface Summary
PostProvisioningFilter The PostProvisioningFilter is an interface implemented for processing the provisioning operation results after executing the template.
PreProvisioningFilter The PreProvisioningFilter is an interface implemented for processing the provisioning operation data prior to executing the operation.
TemplateFilter The TemplateFilter is an interface implemented for custom template processing, so that special rules can be applied to specific templates.
 

Class Summary
ProvisioningAPIImpl The base provisioning API implementation that implements template based provisioning functions.
ProvisioningModule The main provisioning module class that is the guts of the module.
During start up, it does three functions
Loads extension apis specified in the <Web NMS Home>/conf/ProvisioningExtensions.xml file
into the memory.Extension apis are nothing but domain and vendor specific ProvisioningAPI implementations.
ProvisioningTrigger This abstract classs serves as the entry point to schedule provisioning based on triggers.
ScheduledInfo NOTE: This API class is for internal use
 

Package com.adventnet.nms.provisioning.server Description

Provides classes that are fundamental to the design of the Provisioning Module.


AdventNet Web NMS 4 API Specification