|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
InvalidAttributeValueException を使用しているパッケージ | |
---|---|
javax.management | Java Management Extensions のコアクラスを提供します。 |
javax.management.modelmbean | ModelMBean クラスの定義を提供します。 |
javax.management.remote.rmi | RMI コネクタは、RMI を使ってクライアント要求をリモート MBean サーバへ転送する、JMX リモート API 用のコネクタです。 |
javax.management での InvalidAttributeValueException の使用 |
---|
InvalidAttributeValueException をスローする javax.management のメソッド | |
---|---|
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 での InvalidAttributeValueException の使用 |
---|
InvalidAttributeValueException をスローする javax.management.modelmbean のメソッド | |
---|---|
void |
RequiredModelMBean.setAttribute(Attribute attribute)
指定の ModelMBean の特定の属性の値を設定します。 |
javax.management.remote.rmi での InvalidAttributeValueException の使用 |
---|
InvalidAttributeValueException をスローする javax.management.remote.rmi のメソッド | |
---|---|
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 も参照してください。