Uses of Class
javax.management.InvalidAttributeValueException Java DOCS
Packages that use InvalidAttributeValueException
Package
Description
Provides the core classes for the Java Management Extensions.
Provides the definition of the ModelMBean classes.
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.management
Methods in javax.management that throw InvalidAttributeValueExceptionModifier and TypeMethodDescriptionvoidDynamicMBean.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.voidStandardMBean.setAttribute(Attribute attribute) -
Uses of InvalidAttributeValueException in javax.management.modelmbean
Methods in javax.management.modelmbean that throw InvalidAttributeValueExceptionModifier and TypeMethodDescriptionvoidRequiredModelMBean.setAttribute(Attribute attribute) Sets the value of a specific attribute of a named ModelMBean. -
Uses of InvalidAttributeValueException in javax.management.remote.rmi
Methods in javax.management.remote.rmi that throw InvalidAttributeValueExceptionModifier and TypeMethodDescriptionvoidRMIConnection.setAttribute(ObjectName name, MarshalledObject attribute, Subject delegationSubject) Handles the methodMBeanServerConnection.setAttribute(ObjectName, Attribute).voidRMIConnectionImpl_Stub.setAttribute(ObjectName $param_ObjectName_1, MarshalledObject $param_MarshalledObject_2, Subject $param_Subject_3) voidRMIConnectionImpl.setAttribute(ObjectName name, MarshalledObject attribute, Subject delegationSubject)