Uses of Class
javax.management.AttributeNotFoundException
-
Packages that use AttributeNotFoundException 软件包 描述 javax.management 提供Java Management Extensions的核心类。javax.management.modelmbean 提供ModelMBean类的定义。javax.management.remote.rmi RMI连接器是JMX Remote API的连接器,它使用RMI将客户端请求传输到远程MBean服务器。 -
-
Uses of AttributeNotFoundException in javax.management
Methods in javax.management that throw AttributeNotFoundException 变量和类型 方法 描述 ObjectDynamicMBean. getAttribute(String attribute)获取Dynamic MBean的特定属性的值。ObjectMBeanServer. getAttribute(ObjectName name, String attribute)ObjectMBeanServerConnection. getAttribute(ObjectName name, String attribute)获取指定MBean的特定属性的值。voidDynamicMBean. setAttribute(Attribute attribute)设置Dynamic MBean的特定属性的值。voidMBeanServer. setAttribute(ObjectName name, Attribute attribute)voidMBeanServerConnection. setAttribute(ObjectName name, Attribute attribute)设置指定MBean的特定属性的值。 -
Uses of AttributeNotFoundException in javax.management.modelmbean
Methods in javax.management.modelmbean that throw AttributeNotFoundException 变量和类型 方法 描述 ObjectRequiredModelMBean. getAttribute(String attrName)返回为此ModelMBean定义的特定属性的值。voidRequiredModelMBean. setAttribute(Attribute attribute)设置命名ModelMBean的特定属性的值。 -
Uses of AttributeNotFoundException in javax.management.remote.rmi
Methods in javax.management.remote.rmi that throw AttributeNotFoundException 变量和类型 方法 描述 ObjectRMIConnection. getAttribute(ObjectName name, String attribute, Subject delegationSubject)voidRMIConnection. setAttribute(ObjectName name, MarshalledObject attribute, Subject delegationSubject)
-