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