Uses of Class
javax.management.InvalidAttributeValueException
| Package | Description | 
|---|---|
| javax.management | Provides the core classes for the Java Management Extensions. | 
| javax.management.modelmbean | Provides the definition of the ModelMBean classes. | 
| javax.management.remote.rmi | The RMI connector is a connector for the JMX Remote API that
      uses RMI to transmit client requests to a remote MBean server. | 
- 
Uses of InvalidAttributeValueException in javax.managementMethods in javax.management that throw InvalidAttributeValueException Modifier and Type Method Description voidDynamicMBean. setAttribute(Attribute attribute)Set the value of a specific attribute of the Dynamic MBean.voidMBeanServer. setAttribute(ObjectName name, Attribute attribute)voidMBeanServerConnection. setAttribute(ObjectName name, Attribute attribute)Sets the value of a specific attribute of a named MBean.
- 
Uses of InvalidAttributeValueException in javax.management.modelmbeanMethods in javax.management.modelmbean that throw InvalidAttributeValueException Modifier and Type Method Description voidRequiredModelMBean. setAttribute(Attribute attribute)Sets the value of a specific attribute of a named ModelMBean.
- 
Uses of InvalidAttributeValueException in javax.management.remote.rmiMethods in javax.management.remote.rmi that throw InvalidAttributeValueException Modifier and Type Method Description voidRMIConnection. setAttribute(ObjectName name, MarshalledObject attribute, Subject delegationSubject)Handles the methodMBeanServerConnection.setAttribute(ObjectName, Attribute).