类的用途
javax.management.AttributeNotFoundException
包
描述
为 Java 管理扩展提供核心类。
提供 ModelMBean 类的定义。
RMI 连接器是 JMX Remote API 的连接器,它使用 RMI 将客户端请求传输到远程 MBean 服务。
-
AttributeNotFoundException 在 javax.management 中的用法
修饰符和类型方法描述DynamicMBean.getAttribute(String attribute) 获取 Dynamic MBean 的特定属性的值。MBeanServer.getAttribute(ObjectName name, String attribute) MBeanServerConnection.getAttribute(ObjectName name, String attribute) 获取命名 MBean 的特定属性的值。StandardMBean.getAttribute(String attribute) voidDynamicMBean.setAttribute(Attribute attribute) 设置 Dynamic MBean 的特定属性的值。voidMBeanServer.setAttribute(ObjectName name, Attribute attribute) voidMBeanServerConnection.setAttribute(ObjectName name, Attribute attribute) 设置命名 MBean 的特定属性的值。voidStandardMBean.setAttribute(Attribute attribute) -
AttributeNotFoundException 在 javax.management.modelmbean 中的用法
修饰符和类型方法描述RequiredModelMBean.getAttribute(String attrName) 返回为此 ModelMBean 定义的特定属性的值。voidRequiredModelMBean.setAttribute(Attribute attribute) 设置命名 ModelMBean 的特定属性的值。 -
AttributeNotFoundException 在 javax.management.remote.rmi 中的用法
修饰符和类型方法描述RMIConnection.getAttribute(ObjectName name, String attribute, Subject delegationSubject) RMIConnectionImpl_Stub.getAttribute(ObjectName $param_ObjectName_1, String $param_String_2, Subject $param_Subject_3) RMIConnectionImpl.getAttribute(ObjectName name, String attribute, Subject delegationSubject) voidRMIConnection.setAttribute(ObjectName name, MarshalledObject attribute, Subject delegationSubject) voidRMIConnectionImpl_Stub.setAttribute(ObjectName $param_ObjectName_1, MarshalledObject $param_MarshalledObject_2, Subject $param_Subject_3) voidRMIConnectionImpl.setAttribute(ObjectName name, MarshalledObject attribute, Subject delegationSubject)