AdventNet Web NMS 4 API Specification

com.adventnet.management.config.xml
Class ProtocolMap

java.lang.Object
  |
  +--com.adventnet.management.config.xml.BaseElement
        |
        +--com.adventnet.management.config.xml.ProtocolMap
All Implemented Interfaces:
java.io.Serializable

public class ProtocolMap
extends BaseElement

This class represents ProtocolMap Element in Configuration Tasks,which contains the Devices to be Configured.

See Also:
Serialized Form

Fields inherited from class com.adventnet.management.config.xml.BaseElement
element, isServer
 
Constructor Summary
ProtocolMap(org.w3c.dom.Element element)
          Creates a ProtocolMap from this element.
 
Methods inherited from class com.adventnet.management.config.xml.BaseElement
addSubTag, getAttribute, getElement, getProperties, getSubTagsByName, hasAttribute, removeSubTagsByName, setAttribute, setProperties, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProtocolMap

public ProtocolMap(org.w3c.dom.Element element)
            throws InvalidTemplateException
Creates a ProtocolMap from this element.
Parameters:
element - element containing ProtocolMap as the root element.
Throws:
InvalidTemplateException - if the element is null or element's tag name is not equal to ProtocolMap.

AdventNet Web NMS 4 API Specification