Uses of Class
javax.management.AttributeNotFoundException JAVA
Packages that use AttributeNotFoundException
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 AttributeNotFoundException in javax.management
Methods in javax.management that throw AttributeNotFoundExceptionModifier and TypeMethodDescriptionDynamicMBean.getAttribute
(String attribute) Obtain the value of a specific attribute of the Dynamic MBean.MBeanServer.getAttribute
(ObjectName name, String attribute) MBeanServerConnection.getAttribute
(ObjectName name, String attribute) Gets the value of a specific attribute of a named MBean.StandardMBean.getAttribute
(String attribute) void
DynamicMBean.setAttribute
(Attribute attribute) Set the value of a specific attribute of the Dynamic MBean.void
MBeanServer.setAttribute
(ObjectName name, Attribute attribute) void
MBeanServerConnection.setAttribute
(ObjectName name, Attribute attribute) Sets the value of a specific attribute of a named MBean.void
StandardMBean.setAttribute
(Attribute attribute) -
Uses of AttributeNotFoundException in javax.management.modelmbean
Methods in javax.management.modelmbean that throw AttributeNotFoundExceptionModifier and TypeMethodDescriptionRequiredModelMBean.getAttribute
(String attrName) Returns the value of a specific attribute defined for this ModelMBean.void
RequiredModelMBean.setAttribute
(Attribute attribute) Sets the value of a specific attribute of a named ModelMBean. -
Uses of AttributeNotFoundException in javax.management.remote.rmi
Methods in javax.management.remote.rmi that throw AttributeNotFoundExceptionModifier and TypeMethodDescriptionRMIConnection.getAttribute
(ObjectName name, String attribute, Subject delegationSubject) Handles the methodMBeanServerConnection.getAttribute(ObjectName, String)
.RMIConnectionImpl_Stub.getAttribute
(ObjectName $param_ObjectName_1, String $param_String_2, Subject $param_Subject_3) RMIConnectionImpl.getAttribute
(ObjectName name, String attribute, Subject delegationSubject) void
RMIConnection.setAttribute
(ObjectName name, MarshalledObject attribute, Subject delegationSubject) Handles the methodMBeanServerConnection.setAttribute(ObjectName, Attribute)
.void
RMIConnectionImpl_Stub.setAttribute
(ObjectName $param_ObjectName_1, MarshalledObject $param_MarshalledObject_2, Subject $param_Subject_3) void
RMIConnectionImpl.setAttribute
(ObjectName name, MarshalledObject attribute, Subject delegationSubject)