com.sun.ws.management.client
Interface EnumerationResourceState

All Superinterfaces:
ResourceState, com.sun.ws.management.ResourceStateDocument

public interface EnumerationResourceState
extends ResourceState

Represents any enumeration response document. Provides access to the list of items returned by an enumeration pull or an optimized enumeration call. This list can be a list of the actual items or a list of XML fragments if an enumeration fragment request is performed.

Author:
nabee

Method Summary
 java.util.List<org.w3c.dom.Node> getEnumerationItems()
          Return a list of all the item elements contained in the resource
 
Methods inherited from interface com.sun.ws.management.client.ResourceState
getValues, getValueText, getValueText, getWrappedValueText, setFieldValue, setFieldValues, setWrappedFieldValue
 
Methods inherited from interface com.sun.ws.management.ResourceStateDocument
getDocument, getFieldNames, getFieldNames, getWrappedFieldNames
 

Method Detail

getEnumerationItems

java.util.List<org.w3c.dom.Node> getEnumerationItems()
Return a list of all the item elements contained in the resource

Returns:
a list of Nodes