Uses of Class
javax.management.AttributeNotFoundException
-
Packages that use AttributeNotFoundException 软件包 描述 javax.management 提供Java管理扩展的核心类。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 Modifier and Type 方法 描述 Object
DynamicMBean. getAttribute(String attribute)
获取动态MBean的特定属性的值。Object
MBeanServer. getAttribute(ObjectName name, String attribute)
Object
MBeanServerConnection. getAttribute(ObjectName name, String attribute)
获取命名MBean的特定属性的值。Object
StandardMBean. getAttribute(String attribute)
void
DynamicMBean. setAttribute(Attribute attribute)
设置动态MBean的特定属性的值。void
MBeanServer. setAttribute(ObjectName name, Attribute attribute)
void
MBeanServerConnection. setAttribute(ObjectName name, Attribute attribute)
设置命名MBean的特定属性的值。void
StandardMBean. setAttribute(Attribute attribute)
-
Uses of AttributeNotFoundException in javax.management.modelmbean
Methods in javax.management.modelmbean that throw AttributeNotFoundException Modifier and Type 方法 描述 Object
RequiredModelMBean. getAttribute(String attrName)
返回为此ModelMBean定义的特定属性的值。void
RequiredModelMBean. setAttribute(Attribute attribute)
设置命名的ModelMBean的特定属性的值。 -
Uses of AttributeNotFoundException in javax.management.remote.rmi
Methods in javax.management.remote.rmi that throw AttributeNotFoundException Modifier and Type 方法 描述 Object
RMIConnection. getAttribute(ObjectName name, String attribute, Subject delegationSubject)
Object
RMIConnectionImpl_Stub. getAttribute(ObjectName $param_ObjectName_1, String $param_String_2, Subject $param_Subject_3)
Object
RMIConnectionImpl. getAttribute(ObjectName name, String attribute, Subject delegationSubject)
void
RMIConnection. setAttribute(ObjectName name, MarshalledObject attribute, Subject delegationSubject)
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)
-