Uses of Class
javax.management.AttributeNotFoundException
| 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 AttributeNotFoundException in javax.managementMethods in javax.management that throw AttributeNotFoundException Modifier and Type Method Description ObjectDynamicMBean. getAttribute(String attribute)Obtain the value of a specific attribute of the Dynamic MBean.ObjectMBeanServer. getAttribute(ObjectName name, String attribute)ObjectMBeanServerConnection. getAttribute(ObjectName name, String attribute)Gets the value of a specific attribute of a named MBean.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 AttributeNotFoundException in javax.management.modelmbeanMethods in javax.management.modelmbean that throw AttributeNotFoundException Modifier and Type Method Description ObjectRequiredModelMBean. getAttribute(String attrName)Returns the value of a specific attribute defined for this ModelMBean.voidRequiredModelMBean. setAttribute(Attribute attribute)Sets the value of a specific attribute of a named ModelMBean.
- 
Uses of AttributeNotFoundException in javax.management.remote.rmiMethods in javax.management.remote.rmi that throw AttributeNotFoundException Modifier and Type Method Description ObjectRMIConnection. getAttribute(ObjectName name, String attribute, Subject delegationSubject)Handles the methodMBeanServerConnection.getAttribute(ObjectName, String).voidRMIConnection. setAttribute(ObjectName name, MarshalledObject attribute, Subject delegationSubject)Handles the methodMBeanServerConnection.setAttribute(ObjectName, Attribute).