Uses of Class
com.sun.management.oss.UnsupportedAttributeException

Packages that use UnsupportedAttributeException
com.sun.management.oss This package is the standard javax.oss package ported into the J2SE environment. 
 

Uses of UnsupportedAttributeException in com.sun.management.oss
 

Methods in com.sun.management.oss that throw UnsupportedAttributeException
 java.util.Map AttributeAccess.getAttributeValues(java.lang.String[] attributeNames)
          Get multiple attribute values given an array of attribute names.
 void AttributeAccess.setAttributeValues(java.util.Map attributeNamesAndValuePairs)
          Set multiple attribute values.
 java.lang.Object AttributeAccess.getAttributeValue(java.lang.String attributeName)
          Return the value of the specified attribute.
 void AttributeAccess.setAttributeValue(java.lang.String attributeName, java.lang.Object value)
          Assign a new value to an attribute.