AdventNet Web NMS 4 API Specification

com.adventnet.management.config.xml
Class GroupResult

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

public class GroupResult
extends AttributeResult

This class represents the Configuration Result of a GroupAttribute defined in a Task.

 <?xml version="1.0" encoding="ISO-8859-1"?>
<ConfigResult taskName="table1" rollbackEnabled="false">
<DeviceResult deviceName="suresh" configuration="Attempted">
<GroupResult>
<AttributeResult identifier="1.5.0" label="sysName" errorStatus="0" message="Success"/>
<AttributeResult identifier="1.6.0" label="sysLocation" errorStatus="0" message="Success"/>
</GroupResult>
</DeviceResult>
</ConfigResult>

See Also:
Serialized Form

Fields inherited from class com.adventnet.management.config.xml.BaseElement
element, isServer
 
Constructor Summary
GroupResult(org.w3c.dom.Element element)
          Creates a GroupResult object from the XML Element.
 
Methods inherited from class com.adventnet.management.config.xml.AttributeResult
getAttributeType, getGroupResult, getIdentifier, getLabel, getMessage, getStatus
 
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

GroupResult

public GroupResult(org.w3c.dom.Element element)
            throws InvalidTemplateException
Creates a GroupResult object from the XML Element.
Parameters:
element - XML element containing GroupResult as the root element.
Throws:
InvalidTemplateException - if the element is invalid( if element's name is not equal to GroupResult).

AdventNet Web NMS 4 API Specification