パッケージ | 説明 |
---|---|
javax.management |
Java Management Extensionsのコア・クラスを提供します。
|
javax.management.modelmbean |
ModelMBeanクラスの定義を提供します。
|
javax.management.remote.rmi |
RMIコネクタは、RMIを使ってクライアント要求をリモートMBeanサーバーへ転送する、JMXリモートAPI用のコネクタです。
|
修飾子と型 | メソッドと説明 |
---|---|
Object |
MBeanServer.getAttribute(ObjectName name, String attribute) |
Object |
MBeanServerConnection.getAttribute(ObjectName name, String attribute)
指定されたMBeanの特定の属性の値を取得します。
|
Object |
StandardMBean.getAttribute(String attribute) |
Object |
DynamicMBean.getAttribute(String attribute)
Dynamic MBeanの特定の属性の値を取得します。
|
void |
StandardMBean.setAttribute(Attribute attribute) |
void |
DynamicMBean.setAttribute(Attribute attribute)
Dynamic MBeanの特定の属性の値を設定します。
|
void |
MBeanServer.setAttribute(ObjectName name, Attribute attribute) |
void |
MBeanServerConnection.setAttribute(ObjectName name, Attribute attribute)
指定されたMBeanの特定の属性の値を設定します。
|
修飾子と型 | メソッドと説明 |
---|---|
Object |
RequiredModelMBean.getAttribute(String attrName)
このModelMBeanに定義された特定の属性の値を返します。
|
void |
RequiredModelMBean.setAttribute(Attribute attribute)
指定されたModelMBeanの特定の属性の値を設定します。
|
修飾子と型 | メソッドと説明 |
---|---|
Object |
RMIConnectionImpl.getAttribute(ObjectName name, String attribute, Subject delegationSubject) |
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) |
void |
RMIConnectionImpl.setAttribute(ObjectName name, MarshalledObject 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) |
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.