|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
使用 AttributeNotFoundException 的软件包 | |
---|---|
javax.management | 提供 Java Management Extensions 的核心类。 |
javax.management.modelmbean | 提供了 ModelMBean 类的定义。 |
javax.management.remote.rmi | RMI 连接器是供 JMX Remote API 使用的一种连接器,后者使用 RMI 将客户端请求传输到远程 MBean 服务器。 |
javax.management 中 AttributeNotFoundException 的使用 |
---|
抛出 AttributeNotFoundException 的 javax.management 中的方法 | |
---|---|
Object |
MBeanServer.getAttribute(ObjectName name, String attribute) |
Object |
MBeanServerConnection.getAttribute(ObjectName name, String attribute) 获得指定 MBean 的特定属性值。 |
Object |
DynamicMBean.getAttribute(String attribute) 获得 Dynamic MBean 的特定属性的值。 |
Object |
StandardMBean.getAttribute(String attribute) |
void |
DynamicMBean.setAttribute(Attribute attribute) 设置 Dynamic MBean 的特定属性的值。 |
void |
StandardMBean.setAttribute(Attribute attribute) |
void |
MBeanServer.setAttribute(ObjectName name, Attribute attribute) |
void |
MBeanServerConnection.setAttribute(ObjectName name, Attribute attribute) 设置指定 MBean 的特定属性值。 |
javax.management.modelmbean 中 AttributeNotFoundException 的使用 |
---|
抛出 AttributeNotFoundException 的 javax.management.modelmbean 中的方法 | |
---|---|
Object |
RequiredModelMBean.getAttribute(String attrName) 返回为此 ModelMBean 定义的指定属性的值。 |
void |
RequiredModelMBean.setAttribute(Attribute attribute) 设置指定的 ModelMBean 的指定属性值。 |
javax.management.remote.rmi 中 AttributeNotFoundException 的使用 |
---|
抛出 AttributeNotFoundException 的 javax.management.remote.rmi 中的方法 | |
---|---|
Object |
RMIConnection.getAttribute(ObjectName name, String attribute, Subject delegationSubject) 处理 MBeanServerConnection.getAttribute(ObjectName, String) 方法。 |
Object |
RMIConnectionImpl.getAttribute(ObjectName name, String attribute, Subject delegationSubject) |
Object |
RMIConnectionImpl_Stub.getAttribute(ObjectName $param_ObjectName_1, String $param_String_2, Subject $param_Subject_3) |
void |
RMIConnection.setAttribute(ObjectName name, MarshalledObject attribute, Subject delegationSubject) 处理 MBeanServerConnection.setAttribute(ObjectName, Attribute) 方法。 |
void |
RMIConnectionImpl.setAttribute(ObjectName name, MarshalledObject attribute, Subject delegationSubject) |
void |
RMIConnectionImpl_Stub.setAttribute(ObjectName $param_ObjectName_1, MarshalledObject $param_MarshalledObject_2, Subject $param_Subject_3) |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。