AdventNet Web NMS 4 API Specification

Package com.adventnet.management.config.xml

Contains classes for representing fundamental configuration details.

See:
          Description

Class Summary
Attribute This class holds data for configuring various types of devices.
AttributeResult This class holds the complete result of configuration over a device.It encapsulates details like taskName, deviceName, identifier and status of configuration.
BaseElement This class represents Element Nodes in a XML and provides various methods for manipulating the XML.
ColumnAttribute This class represents ColumnAttributes in a TableAttribute.
ConfigResult This class represents the complete information on the status of configuration of the device.
ConfigTask This class holds configuration data that has to be applied over a set of Network Elements.
DataSource This class provides various resources of getting data for configuration.
Device This class holds all device specific information for configuring a device.
DeviceList This class represents a set/group of devices that can be stored in DB using ConfigClientAPI.saveDeviceList(deviceListXML).
DeviceResult This class represents the configuration status of the device associated with the task.
DeviceTaskMap This class represents the DeviceTaskMap Element of ConfigTask.
Enum The Enum class qualifies user inputs in the template.
GroupAttribute This class represents the GroupAttribute element in a Configuration Task.
GroupResult This class represents the Configuration Result of a GroupAttribute defined in a Task.
InventoryInput This class represents InventoryInputs defined in a DataSource.
NEInput This class represents Network Inputs defined in a DataSource.
ProtocolMap This class represents ProtocolMap Element in Configuration Tasks,which contains the Devices to be Configured.
Qualifier The Qualifier class qualifies user inputs in the template.
SAP This class provides a common service access point for utility methods and services, so that they can be easily ported or changed for different needs.
UserAttribute This class represents the UserAttribute element in a Configuration Task.
UserInput The UserInput class represents user inputs in the templates.
 

Exception Summary
InvalidTemplateException InvalidTemplateException - to report when a template is badly formatted
 

Package com.adventnet.management.config.xml Description

Contains classes for representing fundamental configuration details.


AdventNet Web NMS 4 API Specification