|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
AttributeNotFoundException を使用しているパッケージ | |
---|---|
javax.management | Java Management Extensions のコアクラスを提供します。 |
javax.management.modelmbean | ModelMBean クラスの定義を提供します。 |
javax.management.remote.rmi | RMI コネクタは、RMI を使ってクライアント要求をリモート MBean サーバへ転送する、JMX リモート API 用のコネクタです。 |
javax.management での AttributeNotFoundException の使用 |
---|
AttributeNotFoundException をスローする javax.management のメソッド | |
---|---|
Object |
MBeanServerConnection.getAttribute(ObjectName name,
String attribute)
指定された MBean の特定の属性の値を取得します。 |
Object |
MBeanServer.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 |
MBeanServerConnection.setAttribute(ObjectName name,
Attribute attribute)
指定された MBean の特定の属性の値を設定します。 |
void |
MBeanServer.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 |
RMIConnectionImpl_Stub.getAttribute(ObjectName $param_ObjectName_1,
String $param_String_2,
Subject $param_Subject_3)
|
Object |
RMIConnectionImpl.getAttribute(ObjectName name,
String attribute,
Subject delegationSubject)
|
Object |
RMIConnection.getAttribute(ObjectName name,
String attribute,
Subject delegationSubject)
MBeanServerConnection.getAttribute(ObjectName, String) メソッドを処理します。 |
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)
MBeanServerConnection.setAttribute(ObjectName, Attribute) メソッドを処理します。 |
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。